Post #2017171
2026-05-04 02:35 UTC
My PHP version manager is now available to install on MacOS via homebrew.
```bash
$ brew tap paulshryock/tap
$ brew install ppvm
```
https://codeberg.org/paulshryock/ppvm
- Simple bash script
- No dependencies (besides homebrew)
- No "AI"
- No telemetry
- No spyware
- No ads
Just switch homebrew-managed PHP versions in one line.
```bash
$ ppvm 8.6
[ppvm] Switching to PHP 8.6...
8.6.0
```
#php
Replies (2)
-
@paulshryock@phpc.social 2026-05-04 20:18
If anyone finds issues or finds this doesn't work as expected, please feel free to file an issue or send me a note here.
-
@kboyd@phpc.social 2026-05-04 02:55
@paulshryock@phpc.social nice work!