Fenom - Template Engine for PHP =============================== > Composer [package](https://packagist.org/packages/fenom/fenom): `{"fenom/fenom": "2.*"}`.
> For old version: `{"fenom/fenom": "1.*"}`.
> [List](https://github.com/fenom-template/fenom/wiki/Migrate-from-1.4.9-to-2.0) of incompatibilities between **1** and **2** versions. [![Latest Stable Version](https://poser.pugx.org/fenom/fenom/v/stable.png)](https://packagist.org/packages/fenom/fenom) [![Build Status](https://travis-ci.org/fenom-template/fenom.svg?branch=master)](https://travis-ci.org/fenom-template/fenom) [![Coverage Status](https://coveralls.io/repos/fenom-template/fenom/badge.svg?branch=master)](https://coveralls.io/r/fenom-template/fenom?branch=master) [![Total Downloads](https://poser.pugx.org/fenom/fenom/downloads.png)](https://packagist.org/packages/fenom/fenom) ## [Quick start](./docs/en/start.md) :: [Documentation](./docs/readme.md) [[en](./docs/en/readme.md)|[ru](./docs/ru/readme.md)] :: [Benchmark](./docs/en/benchmark.md) ### What is it **Fenóm** — lightweight template engine for PHP. It means: * Known Smarty-like [syntax](./docs/en/syntax.md) with improvements. * Very [fast](./docs/en/benchmark.md). * [Lightweight](./docs/en/benchmark.md). * Very [flexible](./docs/en/configuration.md#extends). * Progressive parser without regular expressions. * High [code coverage](https://coveralls.io/r/bzick/fenom?branch=master). * Easy to understand [how it works](./docs/en/dev/readme.md). * Easy to [use](./docs/en/start.md). * Maximum [protection](./docs/en/configuration.md#configure).