From 1152c4c05b913a67d82745e63fd1b8242005144a Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 1 Apr 2013 17:11:58 +0000 Subject: [PATCH] --- awesome-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 249596c..7708ea9 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -18,7 +18,8 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs. * [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. -* [Mustache](https://packagist.org/packages/phly/mustache) - A PHP implementation of the Mustache template language. +* [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. * [SwiftMailer](http://swiftmailer.org/) - A mailer solution. * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.