Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 741 Bytes

README.markdown

File metadata and controls

23 lines (14 loc) · 741 Bytes

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.

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: