We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fcd39 commit 86dab09Copy full SHA for 86dab09
README.md
@@ -1,8 +1,9 @@
1
MongoDB library for PHP
2
=======================
3
4
-This library provides a high-level abstraction around the lower-level
5
-[PHP driver](https://github.com/10gen-labs/mongo-php-driver-prototype) (i.e. the
+This library provides a high-level abstraction around the lower-level drivers for
+[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).
8
9
While the extension provides a limited API for executing commands, queries, and
0 commit comments