From a0764532d9204dfa486f99992464b7780e0b09d1 Mon Sep 17 00:00:00 2001 From: Chandan Tiwari Date: Sat, 23 May 2015 16:10:25 +0530 Subject: [PATCH] Added a smarty template engine URL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d89e2a3..231a281 100644 --- a/README.md +++ b/README.md @@ -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.*