fenom/README.md

31 lines
1.6 KiB
Markdown
Raw Normal View History

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-05-11 23:38:13 +04:00
## [Quick start](./docs/start.md) :: [Documentation](./docs/readme.md) :: [Benchmark](./docs/benchmark.md)
<!-- :: [Articles](./docs/articles.md) -->
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
* Known Smarty-like [syntax](./docs/syntax.md) with improvements.
2014-05-17 12:13:39 +04:00
* Very [fast](./docs/benchmark.md).
* [Lightweight](./docs/benchmark.md).
* Very [flexible](./docs/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-06-14 01:13:22 +04:00
* Easy to understand [how it works](./docs/dev/readme.md).
2014-05-17 12:13:39 +04:00
* Easy to [use](./docs/start.md).
* Maximum [protection](./docs/configuration.md#configure).
2014-05-14 17:33:48 +04:00