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
1 changed files with 1 additions and 0 deletions

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.*