The preferred method of installing this library is with
[Composer](https://getcomposer.org/) by running the following from your project
root:
$ composer require "mongodb/mongodb=0.2.x-dev"
## Generated API Docs
If you are just interested in looking at the API provided, checkout the apidoc generated
documentation on: [http://10gen-labs.github.io/mongo-php-library-prototype/api/class-MongoDB.Collection.html](http://10gen-labs.github.io/mongo-php-library-prototype/api/class-MongoDB.Collection.html)
If you are just interested in referencing the API provided by this library, you
can view generated API documentation [here](./api).
## MongoDB Tutorial
MongoDB first-timer?
Checkout these links to get a quick understanding what MongoDB is, how it works, and
what the most common terms used with MongoDB mean.