Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

doctrine/mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

859dad9 · Jul 20, 2018
Apr 2, 2018
Jul 20, 2018
Jul 20, 2018
Dec 21, 2015
Dec 4, 2017
Feb 24, 2015
Nov 21, 2016
Nov 21, 2016
Nov 21, 2016
Nov 21, 2016
Jun 30, 2017
Jul 20, 2018
Feb 1, 2018
Mar 8, 2018
Jun 30, 2017
Jun 30, 2017
Jun 30, 2017
Nov 21, 2016
Jun 30, 2017
Aug 9, 2017
Aug 8, 2017
Dec 21, 2015

Repository files navigation

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 bugs or 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: