Commit 318d4b95 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #329

parents 0b1e0f3b 0690308b
...@@ -5,7 +5,7 @@ MongoDB PHP Library ...@@ -5,7 +5,7 @@ MongoDB PHP Library
.. default-domain:: mongodb .. default-domain:: mongodb
The |php-library| provides a high-level abstraction around the lower-level The |php-library| provides a high-level abstraction around the lower-level
`PHP Driver <https://php.net/mongodb>`_, also known as the ``mongodb`` `PHP driver <https://php.net/mongodb>`_, also known as the ``mongodb``
extension. extension.
While the ``mongodb`` extension provides a limited API for executing commands, While the ``mongodb`` extension provides a limited API for executing commands,
...@@ -18,11 +18,11 @@ collection management. ...@@ -18,11 +18,11 @@ collection management.
If you are developing a PHP application with MongoDB, you should consider using If you are developing a PHP application with MongoDB, you should consider using
this library, or another high-level abstraction, instead of the extension alone. this library, or another high-level abstraction, instead of the extension alone.
For additional information about the MongoDB PHP Library and the ``mongodb`` For additional information about this library and the ``mongodb`` extension, see
extension, see the `Architecture Overview the `Architecture Overview <http://php.net/manual/en/mongodb.overview.php>`_
<http://php.net/manual/en/mongodb.overview.php>`_ article in the extension article in the extension documentation. `Derick Rethans
documentation. `Derick Rethans <http://derickrethans.nl/>`_ has also written a <http://derickrethans.nl/>`_ has also written a series of blog posts entitled
series of blog posts entitled *New MongoDB Drivers for PHP and HHVM*: *New MongoDB Drivers for PHP and HHVM*:
- `Part One: History <https://derickrethans.nl/new-drivers.html>`_ - `Part One: History <https://derickrethans.nl/new-drivers.html>`_
......
...@@ -7,19 +7,13 @@ Install the |php-library| ...@@ -7,19 +7,13 @@ Install the |php-library|
Prerequisites Prerequisites
------------- -------------
The MongoDB PHP Library is a high-level abstraction for the The |php-library| is a high-level abstraction for the MongoDB PHP driver. As
MongoDB PHP driver. As such, you must install the `mongodb` such, you must install the `mongodb` extension to use the library.
extension to use the |php-library|:
.. code-block:: sh :php:`Installing the MongoDB PHP Driver <manual/en/mongodb.installation.php>`
describes how to install the `mongodb` extension for PHP. Instructions for
pecl install mongodb installing the driver for HHVM may be found in the :php:`Installation with HHVM
echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` <manual/en/mongodb.installation.hhvm>` article.
Instructions for installing the `mongodb` extension on HHVM may be
found in the :php:`Installation with HHVM
<mongodb.installation.hhvm>` article
in the driver documentation.
Procedure Procedure
--------- ---------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment