Saturday, August 1, 2015

Fastest way to install MongoDB PHP Extension / Driver

By far the fastest and easiest way to install MongoDB PHP Extension (upgradable) via command line.

pecl install mongo 

yep, that is it!

In the future you can upgrade it to newer versions using:

pecl upgrade mongo

Please make sure to use only STABLE version.

No comments:

Post a Comment