1
1
# pecl/mongodb (MongoDB driver for PHP)
2
2
3
- [ ![ Build Status] ( https://api.travis-ci.org/mongodb-labs /mongo-php-driver-prototype .png?branch=master )] ( https://travis-ci.org/mongodb-labs /mongo-php-driver-prototype )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/mongodb-labs /mongo-php-driver-prototype /badge.svg?branch=master )] ( https://coveralls.io/r /mongodb-labs /mongo-php-driver-prototype ?branch=master )
3
+ [ ![ Build Status] ( https://api.travis-ci.org/mongodb/mongo-php-driver.png?branch=master )] ( https://travis-ci.org/mongodb/mongo-php-driver )
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
6
The purpose of this driver is to provide a thin glue between MongoDB
7
7
and PHP, implementing only fundamental and performance-critical components
@@ -17,7 +17,7 @@ fast and powerful.
17
17
18
18
## Documentation
19
19
- http://docs.php.net/set.mongodb
20
- - http://mongodb-labs .github.io/mongo-php-driver-prototype
20
+ - http://mongodb.github.io/mongo-php-driver
21
21
22
22
## Installation
23
23
@@ -29,7 +29,7 @@ $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed
29
29
```
30
30
31
31
We recommend using this extension in conjunction with our
32
- [ userland library] ( https://github.com/mongodb-labs /mongo-php-library-prototype ) ,
32
+ [ userland library] ( https://github.com/mongodb/mongo-php-library ) ,
33
33
which is distributed as
34
34
[ mongodb/mongodb] ( https://packagist.org/packages/mongodb/mongodb ) for Composer.
35
35
@@ -38,7 +38,7 @@ which is distributed as
38
38
See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
39
39
40
40
## Related projects
41
- - [ HHVM Implementation of this driver] ( https://github.com/mongodb-labs /mongo-hhvm-driver-prototype )
42
- - [ Official high-level library] ( https://github.com/mongodb-labs /mongo-php-library-prototype )
41
+ - [ HHVM Implementation of this driver] ( https://github.com/mongodb/mongo-hhvm-driver )
42
+ - [ Official high-level library] ( https://github.com/mongodb/mongo-php-library )
43
43
- [ MongoDB Transistor] ( https://github.com/bjori/mongo-php-transistor ) Lightweight ODM using the [ Persistable] ( http://php.net/bson\\ persistable ) interface
44
44
0 commit comments