11# pecl/mongodb (MongoDB driver for PHP)
22
3- [ ![ Build Status] ( https://api.travis-ci.org/10gen -labs/mongo-php-driver-prototype.png?branch=master )] ( https://travis-ci.org/10gen -labs/mongo-php-driver-prototype )
4- [ ![ Coverage Status] ( https://coveralls.io/repos/10gen -labs/mongo-php-driver-prototype/badge.svg?branch=master )] ( https://coveralls.io/r/10gen -labs/mongo-php-driver-prototype?branch=master )
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 )
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://10gen -labs.github.io/mongo-php-driver-prototype
20+ - http://mongodb -labs.github.io/mongo-php-driver-prototype
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/10gen -labs/mongo-php-library-prototype ) ,
32+ [ userland library] ( https://github.com/mongodb -labs/mongo-php-library-prototype ) ,
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/10gen -labs/mongo-hhvm-driver-prototype )
42- - [ Official high-level library] ( https://github.com/10gen -labs/mongo-php-library-prototype )
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 )
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