1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-03 06:50:48 +00:00

Merge pull request #392 from chandantiwari/master

[templating] smarty.net
This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 22:56:17 -04:00
commit d48e5df771

View File

@ -167,6 +167,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Plates](http://platesphp.com/) - A native PHP templating library.
* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
* [Smarty](http://www.smarty.net/) - A template engine to complement PHP.
## Static Site Generators
*Tools for pre-processing content to generate web pages.*