# Doctrine MongoDB

[![Build Status](https://secure.travis-ci.org/doctrine/mongodb.png?branch=master)](http://travis-ci.org/doctrine/mongodb)

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:

* [Website](http://www.doctrine-project.org)
* [Documentation](http://www.doctrine-project.org/projects/mongodb.html)
* [Issue Tracker](https://github.com/doctrine/mongodb/issues)
* [Releases](https://github.com/doctrine/mongodb/releases)
