Installing the MongoDB PHP Driver
- By Preneesh AV --
- 13-Jun-2019 --
- 145 Comments
Installing the MongoDB PHP Driver
Run the following commands to clone and build the project:
$ git clone https://github.com/mongodb/mongo-php-driver.git
$ cd mongo-php-driver
$ git submodule update --init
$ phpize
$ ./configure
$ make all
$ sudo make install