Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Homebrew tap for PHP extensions 🍻

License

NotificationsYou must be signed in to change notification settings

shivammathur/homebrew-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Homebrew Tap for PHP extensions

brew tap shivammathur/extensions

Build statusBuild statusLICENSEPHP Versions Supported

Linux architectures supportedmacOS architectures supportedmacOS architectures supported

Extensions

ExtensionPHP Version
amqpPHP 5.6 toPHP 8.6
apcuPHP 5.6 toPHP 8.6
astPHP 7.0 toPHP 8.6
couchbasePHP 5.6 toPHP 8.6
dsPHP 7.0 toPHP 8.6
eventPHP 5.6 toPHP 8.6
expectPHP 5.6 toPHP 8.6
gearmanPHP 5.6 toPHP 8.6
gnupgPHP 5.6 toPHP 8.6
grpcPHP 5.6 toPHP 8.6
igbinaryPHP 5.6 toPHP 8.6
imagickPHP 5.6 toPHP 8.6
imapPHP 5.6 toPHP 8.6
luaPHP 5.6 toPHP 7.4
mailparsePHP 5.6 toPHP 8.6
mcryptPHP 5.6 toPHP 8.6
memcachePHP 5.6 toPHP 8.6
memcachedPHP 5.6 toPHP 8.6
mongodb1PHP 8.1 toPHP 8.6
mongodbPHP 5.6 toPHP 8.6
msgpackPHP 5.6 toPHP 8.6
newrelicPHP 7.4 toPHP 8.4
opentelemetryPHP 8.0 toPHP 8.6
pcovPHP 7.1 toPHP 8.6
pdo_sqlsrvPHP 7.0 toPHP 8.6
pecl_httpPHP 5.6 toPHP 8.6
phalcon3PHP 5.6 toPHP 7.3
phalcon4PHP 7.2 toPHP 7.4
phalcon5PHP 7.4 toPHP 8.4
proproPHP 5.6 toPHP 7.4
protobufPHP 5.6 toPHP 8.6
psrPHP 5.6 toPHP 8.6
raphfPHP 5.6 toPHP 8.6
rdkafkaPHP 5.6 toPHP 8.6
redisPHP 5.6 toPHP 8.6
snmpPHP 5.6 toPHP 8.3
sqlsrvPHP 7.0 toPHP 8.6
ssh2PHP 5.6 toPHP 8.6
spxPHP 5.6 toPHP 8.6
swoolePHP 5.6 toPHP 8.4
uuidPHP 5.6 toPHP 8.6
v8jsPHP 7.0 toPHP 8.6
vipsPHP 7.0 toPHP 8.6
vldPHP 5.6 toPHP 8.3
xdebugPHP 5.6 toPHP 8.6
xdebug2PHP 7.2 toPHP 7.4
xhprofPHP 7.0 toPHP 8.6
xlswriterPHP 7.0 toPHP 8.6
yamlPHP 5.6 toPHP 8.6
zmqPHP 5.6 toPHP 8.6
zstdPHP 7.0 toPHP 8.6

OS Support

Operating SystemArchitecture
Linuxx86_64
macOS Tahoex86_64,arm64
macOS Sequoiax86_64,arm64
macOS Sonomax86_64,arm64

Usage

Prerequisites

  • Update homebrew and the formulae:
brew update
  • Check that the required PHP version is installed. This tap works with PHP from bothshivammathur/php tap andhomebrew/core tap:
php -v
  • If not, install the required PHP version. For example, to installPHP 8.4:
brew tap shivammathur/phpbrew install shivammathur/php/php@8.4brew link --force --overwrite shivammathur/php/php@8.4

Refer toshivammathur/php tap for more information about installing PHP.

Install PHP Extensions

  • Add Tapshivammathur/extensions:
brew tap shivammathur/extensions
  • Then install the required extension. SeeFormula directory for available formulae.

  • For example, to installXdebug onPHP 8.4:

brew install shivammathur/extensions/xdebug@8.4

Upgrade extensions

  • For example, to upgradeXdebug onPHP 8.4.
brew upgrade shivammathur/extensions/xdebug@8.4

Restart your webserver

If you are usingApache orNginx withphp-fpm, restart your webserver after installing or updating any PHP extensions.

  • For Apache (httpd):
brew services restart httpd
  • For Nginx:
brew services restart nginx

Debugging

  • Make sure you ranbrew update before installing a PHP extension.

  • Runbrew doctor and fix the warnings it reports.

  • Make sure homebrew has correct permissions.

sudo chown -R"$(id -un)":"$(id -gn)"$(brew --prefix)
  • Check if your issue is a Homebrew'scommon issue.

  • If you are still facing an issue, please create a discussion threadhere.

License

The code in this project is licensed under theMIT license.Please see thelicense file for more information. This project has multipledependencies. Their licenses can be found in their respective repositories.

Contributions

Contributions are welcome!Please seeContributor's Guide before you start.If you face any issues while using this tap or want to suggest a feature/improvement, create a discussion threadhere.

Sponsors

In addition to GitHub Actions, we useMacStadium for our CI infrastructure.

Mac StadiumMac Stadium

This project is also generously supported by many other users and organisations viaGitHub Sponsors.

Sponsor shivammathur

Related Projects

Dependencies

Extensions

Homebrew

Formulae dependencies

🔼 Back to top

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp