Merge pull request #177 from potherca/patch-1

Adds PHPTAL as templating library.
This commit is contained in:
Jamie York 2014-10-29 17:32:23 -06:00
commit a9b3c94b05
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
* [PHPTAL](http://phptal.org/) - A PHP implementation of the TAL templating language, orignating from the Python Zope library.
* [Plates](http://platesphp.com/) - A native PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.