Skip to content

Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@alcaeus alcaeus released this 17 Feb 17:52

I'm happy to announce the availability of the first beta release of mongo-php-adapter!

Release highlights

This release fixes index handling and several differences from the legacy driver.

All issues and pull requests under this release may be found under the
1.0.0-BETA1
milestone.

Feedback

Please use the issue tracker to report any issues that you may encounter.

Installation

It is recommended to install this package at the root level of your project, not within a library. First, add the following directive to the require section in your composer.json:

"alcaeus/mongo-php-adapter": "^1.0.0@beta"

Due to a limitation in the handling of extensions in composer you must specify the following provide directive in composer.json for your root project:

"provide": {
    "ext-mongo": "1.6.12"
}