fcpauldiaz / mongodb
Doctrine MongoDB Abstraction Layer
1.3.1
2016-05-06 19:29 UTC
Requires
- php: ^5.5 || ^7.0
- ext-mongodb: >=1.0
- doctrine/common: ^2.2
Requires (Dev)
- jmikola/geojson: ^1.0
- phpunit/phpunit: ~4.8|~5.0
Suggests
- jmikola/geojson: Support GeoJSON geometry objects in 2dsphere queries
This package is not auto-updated.
Last update: 2025-01-04 20:20:29 UTC
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