Giter Site home page Giter Site logo

dracoblue / homebrew-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shivammathur/homebrew-extensions

0.0 1.0 0.0 3.92 MB

:beers: Homebrew tap for PHP extensions

Home Page: https://github.com/shivammathur/homebrew-extensions/packages

License: MIT License

Ruby 100.00%

homebrew-extensions's Introduction

Homebrew Tap for PHP extensions

brew tap shivammathur/extensions

Build status Build status LICENSE PHP Versions Supported

Linux architectures supported macOS architectures supported macOS architectures supported

Extensions

Extension PHP Version
amqp PHP 5.6 to PHP 8.3
apcu PHP 5.6 to PHP 8.3
ast PHP 7.0 to PHP 8.3
couchbase PHP 5.6 to PHP 8.3
ds PHP 7.0 to PHP 8.3
event PHP 5.6 to PHP 8.3
expect PHP 5.6 to PHP 8.3
gearman PHP 5.6 to PHP 8.3
gnupg PHP 5.6 to PHP 8.3
grpc PHP 5.6 to PHP 8.3
igbinary PHP 5.6 to PHP 8.3
imagick PHP 5.6 to PHP 8.3
imap PHP 5.6 to PHP 8.3
lua PHP 5.6 to PHP 7.4
mailparse PHP 5.6 to PHP 8.3
mcrypt PHP 5.6 to PHP 8.3
memcache PHP 5.6 to PHP 8.3
memcached PHP 5.6 to PHP 8.3
mongodb PHP 5.6 to PHP 8.3
msgpack PHP 5.6 to PHP 8.3
pcov PHP 7.1 to PHP 8.3
pdo_sqlsrv PHP 7.0 to PHP 8.3
pecl_http PHP 5.6 to PHP 8.3
phalcon3 PHP 5.6 to PHP 7.3
phalcon4 PHP 7.2 to PHP 7.4
phalcon5 PHP 7.4 to PHP 8.1
propro PHP 5.6 to PHP 7.4
protobuf PHP 5.6 to PHP 8.3
psr PHP 5.6 to PHP 8.3
raphf PHP 5.6 to PHP 8.3
rdkafka PHP 5.6 to PHP 8.3
redis PHP 5.6 to PHP 8.3
sqlsrv PHP 7.0 to PHP 8.3
ssh2 PHP 5.6 to PHP 8.3
swoole PHP 5.6 to PHP 8.3
v8js PHP 7.0 to PHP 8.3
vips PHP 7.0 to PHP 8.3
xdebug PHP 5.6 to PHP 8.3
xdebug2 PHP 7.2 to PHP 7.4
xlswriter PHP 7.0 to PHP 8.3
yaml PHP 5.6 to PHP 8.3
zmq PHP 5.6 to PHP 8.3

OS Support

Operating System Architecture
Linux x86_64
macOS Big Sur x86_64, arm64
macOS Monterey x86_64, arm64
macOS Ventura x86_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 both shivammathur/php tap and homebrew/core tap:
php -v
  • If not, install the required PHP version, For example to install PHP 8.0:
brew tap shivammathur/php
brew install shivammathur/php/[email protected]
brew link --force --overwrite shivammathur/php/[email protected]

Refer to shivammathur/php tap for more information about installing PHP.

Install PHP Extensions

  • Add Tap shivammathur/extensions:
brew tap shivammathur/extensions
  • Then install the required extension. See Formula directory for available formulae.

  • For example, to install Xdebug on PHP 8.0:

brew install shivammathur/extensions/[email protected]

Upgrade extensions

  • For example, to upgrade Xdebug on PHP 8.0.
brew upgrade shivammathur/extensions/[email protected]

Restart your webserver

If you are using Apache or Nginx with php-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 ran brew update before installing a PHP extension.

  • Run brew 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's common issue.

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

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.

Contributions

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

Sponsors

In addition to GitHub Actions, we use MacStadium and Scaleway for our CI infrastructure.

Mac Stadium Mac Stadium           Scaleway Scaleway

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

Sponsor shivammathur

Related Projects

Dependencies

Extensions

Homebrew

Formulae dependencies

homebrew-extensions's People

Contributors

bendavies avatar brewtestbot avatar morloderex avatar oskarstark avatar shivammathur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.