Installing the PHP 7 MongoDB Client/Driver?
I am very eager to start working with PHP 7 however one issue is getting in the way... I primarily use MongoDB for the database, and the problem is that I don't know how to install the MongoDB driver/client for PHP 7.
My current installation is PHP 5.6 and on my Mac and does the trick.brew install php56-mongo
Can anyone recommend how I can get this working on my Mac or an Ubuntu install?
Thanks in advance and much appreciated!