https://github.com/dunglas/homebrew-frankenphp
๐บ๐ง Homebrew tap for FrankenPHP
https://github.com/dunglas/homebrew-frankenphp
caddy frankenphp homebrew homebrew-formula homebrew-tap php
Last synced: 9 months ago
JSON representation
๐บ๐ง Homebrew tap for FrankenPHP
- Host: GitHub
- URL: https://github.com/dunglas/homebrew-frankenphp
- Owner: dunglas
- License: mit
- Created: 2024-12-17T10:35:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T08:15:15.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:54:13.468Z (over 1 year ago)
- Topics: caddy, frankenphp, homebrew, homebrew-formula, homebrew-tap, php
- Language: Ruby
- Homepage: https://frankenphp.dev
- Size: 599 KB
- Stars: 36
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew FrankenPHP

[Homebrew Formula](https://brew.sh) for [FrankenPHP](https://frankenphp.dev) (macOS and Linux).
Automatically installs a PHP version compatible with FrankenPHP using the [`shivammathur/php`](https://github.com/shivammathur/homebrew-php) tap.
## Install
Be sure to have Homebrew installed then run:
```console
brew install dunglas/frankenphp/frankenphp
```
Alternatively, you can tap the repository and install the formula:
```console
brew tap dunglas/frankenphp
brew install frankenphp
```
[`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile` are also supported:
```ruby
tap "dunglas/frankenphp"
brew "frankenphp"
```
## Credits
Created by [Kรฉvin Dunglas](https://dunglas.dev) and sponsored by [Les-Tilleuls.coop](https://les-tilleuls.coop).