From 98861fab92a0b6cefc6e8a379146757266210e29 Mon Sep 17 00:00:00 2001 From: Jeroen Deviaene Date: Thu, 11 Jun 2015 09:02:17 +0200 Subject: [PATCH] Added Smarty to templating engines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31b0b10..0f1820e 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,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/) - Another PHP templating engine. ## Static Site Generators *Tools for pre-processing content to generate web pages.*