Added Latte templating tool (#1187)

* Update README.md

Added Latte to templating tools

* Update README.md

Sorted alphabetically and added full stop to the end of sentence.
This commit is contained in:
Tomáš Klatt 2022-05-30 23:14:00 +02:00 committed by GitHub
parent 3ec192d7cd
commit 9547704f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Templating
*Libraries and tools for templating and lexing.*
* [Latte](https://latte.nette.org/) - The safest & truly intuitive templates for PHP.
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
* [PHPTAL](https://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.