https://github.com/phalcon/homebrew-tap
Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
https://github.com/phalcon/homebrew-tap
brew homebrew-tap phalcon php-framwork
Last synced: about 1 month ago
JSON representation
Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
- Host: GitHub
- URL: https://github.com/phalcon/homebrew-tap
- Owner: phalcon
- Created: 2019-11-13T04:27:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T16:14:33.000Z (about 3 years ago)
- Last Synced: 2025-05-12T21:13:08.095Z (about 1 month ago)
- Topics: brew, homebrew-tap, phalcon, php-framwork
- Language: Ruby
- Homepage: https://docs.phalcon.io/4.0/en/installation#macos
- Size: 126 KB
- Stars: 18
- Watchers: 10
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Phalcon
## Currently expects PHP 7.4 or higher
$ `brew tap phalcon/extension https://github.com/phalcon/homebrew-tap`
## Phalcon 4.1.0
This will also install php-psr 1.0.0 from https://github.com/jbboehr/php-psr as a dependency
$ `brew install phalcon`
### Previous Versions
**4.0.6** -> $ `brew install [email protected]`
**4.0.5** -> $ `brew install [email protected]` Updated PSR 1.0.0
**4.0.4** -> $ `brew install [email protected]` Last version using PSR 0.7.0
**4.0.3** -> $ `brew install [email protected]`
**4.0.2** -> $ `brew install [email protected]`
**4.0.0** -> $ `brew install [email protected]`
**4.0.0rc2** -> $ `brew install [email protected]`
**4.0.0rc3** -> $ `brew install [email protected]`
## Phalcon 3.4
$ `brew install [email protected]` -> This binds against PHP 7.3
### Use your Own PHP
If you don't wanna use the homebrew php version
Note: its usually good to use `-v` flag with `install` for debugging these kinds of installs
$ `brew install phalcon --without-homebrew-php`
# Attribution
This is specifically based upon homebrew php on https://github.com/Homebrew/homebrew-php/tree/86079979812fd9d154f5363c0effde5de2558141 and modified to support phalcon specifically