mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
d52aaa57a2
Fix #195; Catch Throwable exceptions; |
||
---|---|---|
docs | ||
sandbox | ||
src | ||
tests | ||
.coveralls.yml | ||
.gitignore | ||
.travis.yml | ||
authors.md | ||
CHANGELOG.md | ||
composer.json | ||
composer.lock | ||
license.md | ||
phpunit.xml.dist | ||
README.md |
Fenom - Template Engine for PHP
Composer package:
{"fenom/fenom": "2.*"}
.
For old version:{"fenom/fenom": "1.*"}
.
List of incompatibilities between 1 and 2 versions.
Quick start :: Documentation [en|ru] :: Benchmark
What is it
Fenóm — lightweight template engine for PHP.
It means:
- Known Smarty-like syntax with improvements.
- Very fast.
- Lightweight.
- Very flexible.
- Progressive parser without regular expressions.
- High code coverage.
- Easy to understand how it works.
- Easy to use.
- Maximum protection.