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

05869c5 · Aug 18, 2015
Aug 18, 2015
Aug 18, 2015
Feb 24, 2015
Aug 18, 2015
Feb 24, 2015
Feb 25, 2015
Aug 18, 2015
May 18, 2012
Aug 22, 2014
Dec 5, 2013
Aug 18, 2015
Aug 18, 2015
Aug 18, 2015
Dec 3, 2011

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.

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: