Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-23T08:15:15.000Z (28 days ago)
- Last Synced: 2025-01-02T18:54:13.468Z (18 days 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).