mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
1.6 KiB
1.6 KiB
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.