Homebrew tap for PHP extensions.
| Extension | PHP Version |
|---|---|
grpc |
PHP 5.6 to PHP 7.4 |
igbinary |
PHP 5.6 to PHP 8.1 |
imagick |
PHP 5.6 to PHP 7.4 |
pcov |
PHP 7.1 to PHP 8.1 |
protobuf |
PHP 5.6 to PHP 7.4 |
swoole |
PHP 5.6 to PHP 7.4 |
xdebug |
PHP 5.6 to PHP 8.1 |
- Check that required PHP version is installed.
php -v- If not install the required PHP version, For example to install
PHP 7.2.
brew tap shivammathur/php
brew install [email protected]
brew link --force --overwrite [email protected]- Tap
shivammathur/extensions
brew tap shivammathur/extensions
-
Then install the required extension. See Formula directory for available formulae.
-
To install
XdebugonPHP 7.2.
brew install [email protected]- To install
PCOVonPHP 7.2.
brew install [email protected]The code in this project is licensed under the MIT license. Please see the license file for more information. This project has multiple dependencies. Their licenses can be found in their respective repositories. The tap is a modification of homebrew-php tap.