PHP 7.0.6 Released

Installing the MongoDB PHP Driver on OSX with Homebrew

If you are using ยป Homebrew, the PHP tap includes formulae for installing the driver on various PHP versions.

  • php54-mongodb
  • php55-mongodb
  • php56-mongodb
  • php70-mongodb

For example, you might install the driver for PHP 7.0 using the following command:

$ brew install php70-mongodb

User Contributed Notes

There are no user contributed notes for this page.
To Top