Skip to content

Commit

Permalink
Merge pull request #2223 from doctrine/document-prerequisite
Browse files Browse the repository at this point in the history
Document requirement on PHP extension
  • Loading branch information
malarzm committed Sep 27, 2020
2 parents 1c15476 + 0116d63 commit 5ac210b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/reference/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ running!
Setup
-----

A prerequisite of using the Doctrine MongoDB ODM library is to have the
MongoDB PHP extension installed and enabled. See the `official PHP
manual`_ for download and installation instructions.

Before we can begin, we'll need to install the Doctrine MongoDB ODM library and
its dependencies. The easiest way to do this is with `Composer`_:

Expand Down Expand Up @@ -506,3 +510,4 @@ please create separate clients for your application and ODM.
.. _10gen: http://www.10gen.com
.. _Composer: http://getcomposer.org/
.. _tuning for production: https://ocramius.github.io/ProxyManager/docs/tuning-for-production.html
.. _official PHP manual: https://www.php.net/manual/en/mongodb.installation.php

0 comments on commit 5ac210b

Please sign in to comment.