PHP

Run:

$ sudo pecl install mongodb

Add the following line to your php.ini file:

extension=mongodb.so

Windows users should include php_mongodb.dll into php.ini

add a note add a note

User Contributed Notes

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