1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-04 23:40:47 +00:00
This commit is contained in:
Jamie York 2013-09-11 09:27:51 -07:00
parent 72e59b867c
commit 372d5130e1

View File

@ -116,6 +116,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Behat](http://behat.org/) - A Behaviour Driven Development framework.
* [Mink](http://mink.behat.org/) - Web acceptance testing.
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
## Documentation
@ -346,6 +347,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
* [Galapagos](https://github.com/igorw/galapagos) - Evolutionary language transformation.
* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
* [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
## Third Party APIs