Skip to content

OskarStark/homebrew-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

shivammathur/homebrew-extensions

Build status Build status LICENSE PHP Versions Supported

Homebrew tap for PHP extensions.

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

Usage

  • 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 Xdebug on PHP 7.2.

brew install [email protected]
  • To install PCOV on PHP 7.2.
brew install [email protected]

License

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.

Dependencies

About

🍻 Homebrew Tap for PHP extensions

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.3%
  • Shell 8.7%