/mongodb

PHP MongoDB Abstraction Layer

Primary LanguagePHPMIT LicenseMIT

Doctrine MongoDB

Build Status

The Doctrine MongoDB project is a library that provides a wrapper around the native PHP Mongo PECL extension to provide additional functionality.

Note: this library is in maintenance mode, which means that we only accept pull requests to fix security issues. The library is deprecated and will not be adapted for the new MongoDB driver (ext-mongodb). For similar functionality, please use the PHP library provided by MongoDB.

Contributing

To get your local environment setup:

curl -sS https://getcomposer.org/installer | php
php composer.phar install

To run the tests:

phpunit

More resources: