File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ MongoDB library for PHP
22=======================
33
44This library provides a high-level abstraction around the lower-level drivers for
5- [ PHP] ( https://github.com/10gen-labs /mongo-php-driver-prototype ) and
6- [ HHVM] ( https://github.com/10gen-labs /mongo-hhvm-driver-prototype ) (i.e. the
7- ` mongodb ` extension).
5+ [ PHP] ( https://github.com/mongodb /mongo-php-driver ) and
6+ [ HHVM] ( https://github.com/mongodb /mongo-hhvm-driver ) (i.e. the ` mongodb `
7+ extension).
88
99While the extension provides a limited API for executing commands, queries, and
1010write operations, this library implements an API similar to that of the
@@ -22,12 +22,12 @@ extension, see:
2222
2323## Documentation
2424
25- - http://mongodb-labs .github.io/mongo-php-library-prototype /
25+ - http://mongodb.github.io/mongo-php-library/
2626
2727# Installation
2828
2929As a high-level abstraction for the driver, this library naturally requires that
30- the [ ` mongodb ` extension be installed] ( http://10gen-labs .github.io/mongo-php-driver-prototype /#installation ) :
30+ the [ ` mongodb ` extension be installed] ( http://mongodb .github.io/mongo-php-driver/#installation ) :
3131
3232 $ pecl install mongodb-alpha
3333 $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
Original file line number Diff line number Diff line change 11# MongoDB PHP Library
22
33This library provides a high-level abstraction around the lower-level
4- [ PHP driver] ( https://github.com/10gen-labs /mongo-php-driver-prototype ) (i.e. the
5- ` mongodb ` extension).
4+ [ PHP driver] ( https://github.com/mongodb /mongo-php-driver ) (i.e. the ` mongodb `
5+ extension).
66
77While the extension provides a limited API for executing commands, queries, and
88write operations, this library implements an API similar to that of the
@@ -21,13 +21,13 @@ extension, see:
2121# Installation
2222
2323Since this library is only a high-level abstraction for the driver, it requires
24- that the [ ` mongodb ` extension be installed] ( http://10gen-labs .github.io/mongo-php-driver-prototype /#installation ) :
24+ that the [ ` mongodb ` extension be installed] ( http://mongodb .github.io/mongo-php-driver/#installation ) :
2525
2626 $ pecl install mongodb-beta
2727 $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2828
2929Instructions for installing the ` mongodb ` extension on HHVM may be found in the
30- [ HHVM driver's README] ( https://github.com/mongodb-labs /mongo-hhvm-driver-prototype /blob/master/README.rst ) .
30+ [ HHVM driver's README] ( https://github.com/mongodb/mongo-hhvm-driver/blob/master/README.rst ) .
3131
3232The preferred method of installing this library is with
3333[ Composer] ( https://getcomposer.org/ ) by running the following from your project
You can’t perform that action at this time.
0 commit comments