1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-05 16:00:47 +00:00

Added a smarty template engine URL

This commit is contained in:
Chandan Tiwari 2015-05-23 16:10:25 +05:30
parent ab9274b41c
commit a0764532d9

View File

@ -156,6 +156,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 template engine to complement PHP.
## Static Site Generators
*Tools for pre-processing content to generate web pages.*