From 372d5130e1657079342d7ee6d60bfe0a66124c43 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 11 Sep 2013 09:27:51 -0700 Subject: [PATCH] --- awesome-php.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 2055ae1..41a3363 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -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