Added Smarty as an option of template language

This commit is contained in:
Guilherme Siani 2015-10-24 22:16:09 -02:00
parent 5cb62275f1
commit f95e0b05e1

View File

@ -163,7 +163,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](http://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
* [Plates](http://platesphp.com/) - A native PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
* [Smarty] (http://www.smarty.net) - A PHP implementation of the Smarty template language.
* [Smarty](http://www.smarty.net) - A PHP implementation of the Smarty template language.
## Static Site Generators
*Tools for pre-processing content to generate web pages.*