Installing MongoDB/PHP Driver on CentOS 6
Since the module is not included with the default PHP installation, you have to download it from the official repository:
1cd
2mkdir mongo-php-driver
3cd mongo-php-driver
4curl https://codeload.github.com/mongodb/mongo-php-driver/zip/master > …