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
2
2
=======================
3
3
4
4
This 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).
8
8
9
9
While the extension provides a limited API for executing commands, queries, and
10
10
write operations, this library implements an API similar to that of the
@@ -22,12 +22,12 @@ extension, see:
22
22
23
23
## Documentation
24
24
25
- - http://mongodb-labs .github.io/mongo-php-library-prototype /
25
+ - http://mongodb.github.io/mongo-php-library/
26
26
27
27
# Installation
28
28
29
29
As 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 ) :
31
31
32
32
$ pecl install mongodb-alpha
33
33
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
Original file line number Diff line number Diff line change 1
1
# MongoDB PHP Library
2
2
3
3
This 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).
6
6
7
7
While the extension provides a limited API for executing commands, queries, and
8
8
write operations, this library implements an API similar to that of the
@@ -21,13 +21,13 @@ extension, see:
21
21
# Installation
22
22
23
23
Since 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 ) :
25
25
26
26
$ pecl install mongodb-beta
27
27
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
28
28
29
29
Instructions 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 ) .
31
31
32
32
The preferred method of installing this library is with
33
33
[ Composer] ( https://getcomposer.org/ ) by running the following from your project
You can’t perform that action at this time.
0 commit comments