fenom/README.md

18 lines
1.0 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-08 12:56:37 +04:00
> For old version: `{"fenom/fenom": "1.*"}`. List 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-04-17 23:55:05 +04:00
[![Build Status](https://travis-ci.org/bzick/fenom.svg?branch=develop)](https://travis-ci.org/bzick/fenom)
[![Coverage Status](https://coveralls.io/repos/bzick/fenom/badge.png?branch=develop)](https://coveralls.io/r/bzick/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-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-08 12:56:37 +04:00
## What is it
2014-05-11 23:38:32 +04:00
*Fenom* (from "fenomenal") — lightweight template engine for PHP with with great opportunities and Smarty-like [syntax](./docs/syntax.md).
2014-05-08 12:56:37 +04:00