noc-med / mongodb
Doctrine MongoDB Abstraction Layer
1.1.8
2015-02-25 00:38 UTC
Requires
- php: >=5.3.2
- ext-mongo: >=1.2.12,<1.7-dev
- doctrine/common: ~2.1
Requires (Dev)
- jmikola/geojson: ~1.0
Suggests
- jmikola/geojson: Support GeoJSON geometry objects in 2dsphere queries
README
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