Browse Source

Add a new libraries to testing and tempting categories.

pull/4/head
Jamie 12 years ago
parent
commit
f991e049ad
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      awesome-php.md

+ 3
- 1
awesome-php.md View File

@@ -102,6 +102,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
102 102
 * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
103 103
 * [Phly Mustache](https://github.com/weierophinney/phly_mustache) - Another PHP implementation of the Mustache template language.
104 104
 * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
105
+* [Plates](http://platesphp.com/) - A native PHP templating library.
105 106
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
106 107
 * [Sculpin](http://symfony.com/projects/sculpin) - A library that converts Markdown and Twig into static HTML.
107 108
 
@@ -180,7 +181,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
180 181
 * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
181 182
 * [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
182 183
 * [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
183
-* [Behat](http://behat.org/) - A Behaviour Driven Development framework.
184
+* [Behat](http://behat.org/) - A behaviour driven development (BDD) testing framework.
185
+* [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
184 186
 * [Mink](http://mink.behat.org/) - Web acceptance testing.
185 187
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
186 188
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.

Loading…
Cancel
Save