Added Twital template engine

This commit is contained in:
Asmir Mustafic 2014-07-02 16:13:36 +02:00
parent 76e63df910
commit e89717fb2a

View File

@ -122,6 +122,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. * [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. * [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. * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
* [Twital](https://github.com/goetas/twital) - A template engine that combines Twig and PHPTal advantages.
* [Plates](http://platesphp.com/) - A native PHP templating library. * [Plates](http://platesphp.com/) - A native PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser. * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.