11# pecl/mongodb (MongoDB driver for PHP)
22
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 )
55
66The purpose of this driver is to provide a thin glue between MongoDB
77and PHP, implementing only fundamental and performance-critical components
@@ -17,7 +17,7 @@ fast and powerful.
1717
1818## Documentation
1919- http://docs.php.net/set.mongodb
20- - http://mongodb-labs .github.io/mongo-php-driver-prototype
20+ - http://mongodb.github.io/mongo-php-driver
2121
2222## Installation
2323
@@ -29,7 +29,7 @@ $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed
2929```
3030
3131We 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 ) ,
3333which is distributed as
3434[ mongodb/mongodb] ( https://packagist.org/packages/mongodb/mongodb ) for Composer.
3535
@@ -38,7 +38,7 @@ which is distributed as
3838See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
3939
4040## 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 )
4343- [ MongoDB Transistor] ( https://github.com/bjori/mongo-php-transistor ) Lightweight ODM using the [ Persistable] ( http://php.net/bson\\ persistable ) interface
4444
0 commit comments