phpup - CLI tool for managing PHP environments.
To install on macOS or Linux, run the following command in your terminal:
curl -fsSL https://raw.githubusercontent.com/priyashpatil/phpup/main/install/unix.sh | bash
For Windows 64-bit, follow these steps:
- Open PowerShell as Administrator
- Run the following command:
iwr -useb https://raw.githubusercontent.com/priyashpatil/phpup/main/install/windows.ps1 | iex
- Simple cross platform automated build
- Easy to install cross platform script
- Base php install
- Built in Composer
- Multiple PHP installs
- Switching PHP versions
- Opt in Xdebug install
- Per project PHP installation
- Doctor
- Extensions
- Docker Images
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Commit message standards are based on Conventional Commits.
go build
go test ./tests
Step Debugging with VSCode:
go install github.com/go-delve/delve/cmd/dlv@latest