3
3
[ ![ Build Status] ( https://api.travis-ci.org/mongodb/mongo-php-driver.png?branch=master )] ( https://travis-ci.org/mongodb/mongo-php-driver )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/mongodb/mongo-php-driver/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/mongodb/mongo-php-driver?branch=master )
5
5
6
- This is the low-level PHP driver for MongoDB. It implements the same interface
6
+ This is the low-level PHP driver for MongoDB. The API is the same
7
7
as the HHVM driver for MongoDB. The documentation for both of them is the same,
8
8
and can be found at http://docs.php.net/manual/en/set.mongodb.php
9
9
@@ -14,9 +14,9 @@ have been split out into a layer written in PHP, the
14
14
Using this library should be your preferred way of interacting with MongoDB.
15
15
16
16
Please note that the new HHVM and PHP drivers implement a ** different API**
17
- from the legacy driver at http://pecl.php.net/package/mongo , and hence, you
18
- will find it hard for other libraries like
19
- [ Doctrine MongoDB's ODM] ( http://doctrine-mongodb-odm.readthedocs.org/en/latest/ )
17
+ from the legacy driver at http://pecl.php.net/package/mongo ; therefore
18
+ existing libraries that use the legacy driver (e.g.
19
+ [ Doctrine MongoDB's ODM] ( http://doctrine-mongodb-odm.readthedocs.org/en/latest/ ) )
20
20
will not work with the new drivers.
21
21
22
22
In the long run, we hope that userland packages will be built atop this driver
@@ -38,7 +38,7 @@ $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed
38
38
```
39
39
40
40
We recommend using this extension in conjunction with our
41
- [ userland library] ( https://github.com/mongodb-labs /mongo-php-library-prototype ) ,
41
+ [ userland library] ( https://github.com/mongodb/mongo-php-library ) ,
42
42
which is distributed as
43
43
[ mongodb/mongodb] ( https://packagist.org/packages/mongodb/mongodb ) for Composer.
44
44
0 commit comments