Browse Source

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

+ 2
- 0
awesome-php.md View File

116
 * [Behat](http://behat.org/) - A Behaviour Driven Development framework.
116
 * [Behat](http://behat.org/) - A Behaviour Driven Development framework.
117
 * [Mink](http://mink.behat.org/) - Web acceptance testing.
117
 * [Mink](http://mink.behat.org/) - Web acceptance testing.
118
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
118
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
119
+* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
119
 
120
 
120
 ## Documentation
121
 ## Documentation
121
 
122
 
346
 * [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
347
 * [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
347
 * [Galapagos](https://github.com/igorw/galapagos) - Evolutionary language transformation.
348
 * [Galapagos](https://github.com/igorw/galapagos) - Evolutionary language transformation.
348
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
349
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
350
+* [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
349
 
351
 
350
 ## Third Party APIs
352
 ## Third Party APIs
351
 
353
 

Loading…
Cancel
Save