2013-07-02 11:07:33 +04:00
Fenom - Template Engine for PHP
===============================
2013-01-28 12:04:07 +04:00
2014-05-11 23:38:13 +04:00
> Composer [package](https://packagist.org/packages/fenom/fenom): `{"fenom/fenom": "2.*"}`. <br />
2014-05-19 09:52:50 +04:00
> For old version: `{"fenom/fenom": "1.*"}`. [List](https://github.com/bzick/fenom/wiki/Migrate-from-1.4.9-to-2.0) of incompatibilities between 1.* and 2.* versions.
2013-02-07 20:04:00 +04:00
2013-09-12 18:59:54 +04:00
[![Latest Stable Version ](https://poser.pugx.org/fenom/fenom/v/stable.png )](https://packagist.org/packages/fenom/fenom)
2014-05-18 00:32:34 +04:00
[![Build Status ](https://travis-ci.org/bzick/fenom.svg?branch=master )](https://travis-ci.org/bzick/fenom)
[![Coverage Status ](https://coveralls.io/repos/bzick/fenom/badge.png?branch=master )](https://coveralls.io/r/bzick/fenom?branch=master)
2014-07-13 11:52:26 +04:00
[![Code Climate ](https://codeclimate.com/github/bzick/fenom.png )](https://codeclimate.com/github/bzick/fenom)
2013-09-20 10:07:30 +04:00
[![Total Downloads ](https://poser.pugx.org/fenom/fenom/downloads.png )](https://packagist.org/packages/fenom/fenom)
2014-08-02 00:24:14 +04:00
## [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)
2014-05-11 23:38:13 +04:00
<!-- :: [Articles ](./docs/articles.md ) -->
2013-02-07 17:37:16 +04:00
2014-05-14 17:33:48 +04:00
### What is it
2014-05-08 12:56:37 +04:00
2014-05-14 17:33:48 +04:00
**Fenom** *(from "fenomenal")* — lightweight template engine for PHP.
2014-06-14 01:11:45 +04:00
It means:
2014-05-14 17:33:48 +04:00
2014-08-02 00:24:14 +04:00
* 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 ).
2014-05-14 17:33:48 +04:00
* Progressive parser without regular expressions.
* High [code coverage ](https://coveralls.io/r/bzick/fenom?branch=master ).
2014-08-02 00:24:14 +04:00
* 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 ).
2014-05-14 17:33:48 +04:00