Installation
System Requirements
Section titled “System Requirements”- macOS 13 (Ventura) or newer
- Apple Silicon (arm64) or Intel (amd64)
Install Command
Section titled “Install Command”Run the following command in your terminal:
curl -fsSL https://raw.githubusercontent.com/phm-dev/phm/main/scripts/install-phm.sh | bashWhat the Install Script Does
Section titled “What the Install Script Does”- Detects your processor architecture (arm64 or amd64)
- Downloads the latest PHM release from GitHub Releases
- Installs the binary to
/usr/local/bin/phm - Creates working directories:
/var/phm/and/opt/php/
Verify Installation
Section titled “Verify Installation”Check that PHM was installed correctly:
phm --version