@@ -5,7 +5,7 @@ MongoDB PHP Library
5
5
.. default-domain:: mongodb
6
6
7
7
The |php-library| provides a high-level abstraction around the lower-level
8
- `PHP Driver <https://php.net/mongodb>`_, also known as the ``mongodb``
8
+ `PHP driver <https://php.net/mongodb>`_, also known as the ``mongodb``
9
9
extension.
10
10
11
11
While the ``mongodb`` extension provides a limited API for executing commands,
@@ -18,11 +18,11 @@ collection management.
18
18
If you are developing a PHP application with MongoDB, you should consider using
19
19
this library, or another high-level abstraction, instead of the extension alone.
20
20
21
- For additional information about the MongoDB PHP Library and the ``mongodb``
22
- extension, see the `Architecture Overview
23
- <http://php.net/manual/en/mongodb.overview.php>`_ article in the extension
24
- documentation. `Derick Rethans <http://derickrethans.nl/>`_ has also written a
25
- series of blog posts entitled *New MongoDB Drivers for PHP and HHVM*:
21
+ For additional information about this library and the ``mongodb`` extension, see
22
+ the `Architecture Overview <http://php.net/manual/en/mongodb.overview.php>`_
23
+ article in the extension documentation. `Derick Rethans
24
+ <http://derickrethans.nl/>`_ has also written a series of blog posts entitled
25
+ *New MongoDB Drivers for PHP and HHVM*:
26
26
27
27
- `Part One: History <https://derickrethans.nl/new-drivers.html>`_
28
28
0 commit comments