Go to file
bzick 45c9f27ae6 Docs++ 2016-04-13 11:34:38 +03:00
docs Docs++ 2016-04-13 11:34:38 +03:00
example/templates Docs #209 [ru] 2016-04-11 20:19:31 +03:00
sandbox Docs #209 [ru] 2016-04-11 20:19:31 +03:00
src Docs++ 2016-04-12 12:28:57 +03:00
tests Fix #195; Catch Throwable exceptions; 2016-02-23 13:16:48 +03:00
.coveralls.yml Update .coveralls.yml 2015-01-30 17:18:53 +03:00
.gitignore Add composer.lock to git 2015-02-19 17:12:33 +03:00
.travis.yml Support PHP 7.0 (again) 2015-10-10 23:20:00 +03:00
CHANGELOG.md Update changelog 2015-02-22 23:31:12 +03:00
README.md Docs++ 2016-04-13 11:34:38 +03:00
authors.md Update authors.md 2013-07-04 01:48:54 +04:00
composer.json Back to coveralls.io 2014-08-06 23:36:04 +04:00
composer.lock Fix: parse error if macro defined without arguments 2015-04-26 22:24:20 +03:00
license.md Add licenses 2013-04-28 18:08:57 +04:00
phpunit.xml.dist Change code coverage system to CodeClimate 2014-07-29 23:33:28 +04:00

README.md

Fenom - Template Engine for PHP

Fenóm - lightweight and fast template engine for PHP.


Quick Start

Install

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.

Usage