Installing MongoDB driver for PHP on Windows

  MongoClient class is included in “Mongo” that is official MongoDB driver for PHP. MongoClient class is required to connect MongoDB and required by several packages that bridge between MongoDB and PHP. Here is detail of this driver on php.net:  http://php.net/manual/en/mongo.manual.php Mongo works on almost all of Operating Systems including Windows, Mac OS X, Unix, and Linux; … Read more