
zfdbmongodb
Mongo DB on Zend Framework and other PHP Frameworks
This is a framework LIBRARY developed mainly for Zend Framework to wrap around the Mongo DB PHP drivers so they are integrated nicely by having to use just 1 to 2 facade final classes instead of putting them all together in your code for most of your use cases. It can also be used easily with other PHP frameworks that use name spacing but can definitely stand alone or be used for other type of PHP frameworks without further code changes to the library.
The library is intended to follow the Table Data Gateway Pattern for collections, Row Data Gateway Pattern for documents and is analogous to ORM (Object-relational mapping) for relational databases. Very high compatibility and likeness to the interfaces, function naming, coding standard, and namespace convention of Zend_Db classes of Zend Framework were also considered thus, ZF users should be able integrate this easily to their code.
Requirements:
- PHP 5.2+
- Mongodb PHP Drivers
- PHP SPL
Project Information
- License: GNU Lesser GPL
- Content License: Creative Commons 3.0 BY
- 7 stars
- svn-based source control
Labels:
zfdbmongodb
mongodbgateway
zendframework
php
mongodb
mongo
zend
nosql
zend_db
zend_db
zend_dbmongodb