Quellcode durchsuchen

Drop a twig extension and sort templating

pull/568/merge
Jose Diaz-Gonzalez vor 9 Jahren
Ursprung
Commit
0e776b1da8
1 geänderte Dateien mit 4 neuen und 5 gelöschten Zeilen
  1. 4
    5
      README.md

+ 4
- 5
README.md Datei anzeigen

@@ -159,16 +159,15 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
159 159
 ## Templating
160 160
 *Libraries and tools for templating and lexing.*
161 161
 
162
-* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
163
-* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
162
+* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
163
+* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
164
+* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
164 165
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
165 166
 * [Phly Mustache](https://github.com/phly/phly_mustache) - Another PHP implementation of the Mustache template language.
166
-* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
167 167
 * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
168 168
 * [Plates](http://platesphp.com/) - A native PHP templating library.
169
-* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
170
-* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
171 169
 * [Smarty](http://www.smarty.net/) - A template engine to complement PHP.
170
+* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
172 171
 
173 172
 ## Static Site Generators
174 173
 *Tools for pre-processing content to generate web pages.*

Laden…
Abbrechen
Speichern