Skip to content

MongoDB PHP Library 0.2.0 released

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmikola jmikola released this 12 May 23:34
· 2110 commits to master since this release

This is the second alpha release for the MongoDB PHP library. This release introduces Client and Database classes and adds full support for the CRUD and collection/index management specifications. Additionally, the library should be compatible with all versions of MongoDB going back to 2.4. The library's dependency on the MongoDB PHP driver (i.e. extension) has also been bumped to 0.6.

This library may be installed or upgraded with:

composer require "mongodb/mongodb=^0.2.0"

The MongoDB PHP driver may be installed or upgraded with:

pecl install mongodb-alpha

A complete list of resolved issues in this release may be found at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?version=14845&projectId=12483

Documentation for this library (and its API) may be found at:
http://10gen-labs.github.io/mongo-php-library-prototype/

If you encounter any bugs or issues with this library, please report them via this form:
https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1