Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
1152c4c05b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      awesome-php.md

+ 2
- 1
awesome-php.md View File

@@ -18,7 +18,8 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
18 18
 * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs.
19 19
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
20 20
 * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
21
-* [Mustache](https://packagist.org/packages/phly/mustache) - A PHP implementation of the Mustache template language.
21
+* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
22
+* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
22 23
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
23 24
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
24 25
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.

Loading…
Cancel
Save