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 />
|
2015-01-30 12:51:38 +03:00
|
|
|
> For old version: `{"fenom/fenom": "1.*"}`. <br />
|
2015-01-30 16:58:34 +03:00
|
|
|
> [List](https://github.com/fenom-template/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)
|
2015-01-30 16:58:34 +03:00
|
|
|
[![Build Status](https://travis-ci.org/fenom-template/fenom.svg?branch=master)](https://travis-ci.org/fenom-template/fenom)
|
2015-02-01 01:28:22 +03:00
|
|
|
[![Coverage Status](https://coveralls.io/repos/fenom-template/fenom/badge.svg?branch=master)](https://coveralls.io/r/fenom-template/fenom?branch=master)
|
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-06 23:36:04 +04:00
|
|
|
|
2014-08-06 22:43:41 +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-10-15 10:01:22 +04:00
|
|
|
**Fenóm** — lightweight template engine for PHP.
|
2014-05-14 17:33:48 +04:00
|
|
|
|
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
|
|
|
|