If you use MAMP and want to use mongodb database, here’s the following step to install PHP Mongo driver.Requirements: Xcode installed.1. Grab the latest PHP mongodb driver$ git clone https://github.com/mongodb/mongo-php-driver$ cd mongo-php-driver$ /Applications/MAMP/bin/php/php5.4.4/bin/phpizesuit the phpize location with your PHP version. …

Install PHP Mongodb driver on MAMP OSX Read more »