fourmation - Mongo
The purpose of this module to create a mongodb mapper that is a straight replacement for the ZFCommons dbAbstract.
This easily allows you to utilise MongoDb while still easily using entities, hydrators and mappers as well as exposing
the native php client., (*1)
Installation
Added the following requirement to your projects composer.json file., (*2)
"fourmation/mongo": "0.1.0"
and run, (*3)
php ./composer.phar update, (*4)
Usage
You will need to copy the db.local.php.dist file to your /config/autoload folder and fill in your database details., (*5)
For an example implementation, please see my ZfcUser MongoDB Plugin., (*6)