From 4947fef515dde0392275960bfd72d83330c0c79c Mon Sep 17 00:00:00 2001 From: Eugene Leonovich Date: Wed, 2 Dec 2015 20:36:22 +0100 Subject: [PATCH] Add Deferred Twig Extension https://github.com/rybakit/twig-extensions-deferred --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e52fb08..9b57415 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language. * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig. +* [Twig Deferred Extension](https://github.com/rybakit/twig-extensions-deferred) - An extension for Twig that allows to defer block rendering. * [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. * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.