PHP

Mongo PHP driver installation

  • Windows installation
    • Open a command prompt as administrator
    • Enter this command:
      pecl install mongo
    • Add extension=php_mongo.dll to php.ini
  •  
  • Mac OSX installation
    • Open a command prompt as administrator
    • Enter this command:
      pecl install mongo
    • Add extension=mongo.so to php.ini
  •  
  • Restart the web server



>>
 


+ o -