How to install php/frankenphp. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
php/frankenphp Installation Guide
How to install php/frankenphp. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for php/frankenphp. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i php/frankenphpor
Install via npx
npx @hexmos/ipm i php/frankenphpPrerequisites
PHP
languageCaddy
package_managerVersion: latest
Go
build_toolWSL (Windows Subsystem for Linux)
system_toolAllows running FrankenPHP on Windows.
Docker
system_packageVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Standalone Binary (Linux/macOS)
curl https://frankenphp.dev/install.sh | sh
mv frankenphp /usr/local/bin/
frankenphp php-serverHomebrew (macOS)
brew install dunglas/frankenphp/frankenphpStandalone Binary (Windows)
curl https://frankenphp.dev/install.sh | sh
mv frankenphp /usr/local/bin/ Post Installation Steps
- Start the FrankenPHP server using: `frankenphp php-server` This will serve your application from the current directory.
- Access the application at: `https://localhost` You can also use a self-signed certificate for testing.
