From 59bae28cff1f8df6ccec7d1573b6d0f6db6e799a Mon Sep 17 00:00:00 2001 From: De Sokil Date: Tue, 28 Apr 2015 14:55:13 +0300 Subject: [PATCH] Add PHPMongo ORM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e8a07f..427880c 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ Libraries to help manage database schemas and migrations. * [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library. * [Monga](https://github.com/thephpleague/monga) - A MongoDB abstraction library. +* [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM. * [Predis](https://github.com/nrk/predis) - A feature complete Redis library. ## Queue