PHP 7.0.6 Released

Installing the MongoDB PHP Driver with PECL

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: ยป http://pecl.php.net/package/mongodb

Linux, Unix, and OS X users may run the following command to install the driver:

$ sudo pecl install mongodb

Add the following line to your php.ini file:

extension=mongodb.so

User Contributed Notes

There are no user contributed notes for this page.
To Top