File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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