zfdbmongodb


Zend Framework Compatible Library for Mongo DB PHP drivers

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

Labels:
zfdbmongodb mongodbgateway zendframework php mongodb mongo zend nosql zend_db zend_db zend_dbmongodb