fenom/README.md

27 lines
1.3 KiB
Markdown
Raw Normal View History

Fenom - Template Engine for PHP
===============================
2013-01-28 12:04:07 +04:00
2016-04-13 11:34:38 +03:00
**Fenóm** - lightweight and fast template engine for PHP.
2013-02-07 20:04:00 +04:00
2016-04-13 11:34:38 +03:00
* **Subject:** Template engine
* **Syntax:** Smarty-like
* **Documentation:** [english](./docs/en/readme.md), [russian](./docs/ru/readme.md)
* **PHP version:** 5.3+
* **State:** [![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)
* **Version:** [![Latest Stable Version](https://poser.pugx.org/fenom/fenom/v/stable.png)](https://packagist.org/packages/fenom/fenom)
* **Packagist:** [fenom/fenom](https://packagist.org/packages/fenom/fenom) [![Total Downloads](https://poser.pugx.org/fenom/fenom/downloads.png)](https://packagist.org/packages/fenom/fenom)
* **Composer:** `composer require fenom/fenom`
* **Discussion:** [Fenom Forum](https://groups.google.com/forum/#!forum/php-ion)
* **Versioning:** [semver2](http://semver.org/)
* **Performance:** see [benchmark](./docs/en/benchmark.md)
2014-08-06 23:36:04 +04:00
2016-04-13 11:34:38 +03:00
***
2016-04-13 11:34:38 +03:00
## Quick Start
2014-05-08 12:56:37 +04:00
2016-04-13 11:34:38 +03:00
### Install
2014-05-14 17:33:48 +04:00
2016-04-13 11:34:38 +03:00
If you use composer in your project then you can to install Fenom to project as package.
However, if you are not using composer you have to configure autoloader to work with Fenom.
2014-05-14 17:33:48 +04:00
2016-04-13 11:34:38 +03:00
### Usage