From 75aefb9b0984a0cbcec2e7ec0871ca10e13a3a2f Mon Sep 17 00:00:00 2001 From: ziadoz Date: Thu, 15 Nov 2012 15:56:11 -0800 Subject: [PATCH] --- awesome-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 3a9c442..61a5186 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -90,6 +90,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library. * [PHP Datastructures](https://github.com/morrisonlevi/PHP-Datastructures) - A library of data structures. * [HAL](https://github.com/blongden/hal) - A HAL builder library. +* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library. # C Extension Frameworks @@ -104,7 +105,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [PHP Build](https://github.com/CHH/php-build) - A PHP version installer. * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP. -* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code +* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code. # Resources