fcpauldiaz/mongodb

Doctrine MongoDB Abstraction Layer

Installs: 60

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 189

pkg:composer/fcpauldiaz/mongodb

1.3.1 2016-05-06 19:29 UTC

README

Build Status

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

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: