1 phpv — The PHP version manager that actually compiles, written in Go

github.com godoc.org goreportcard.com posted by Supan Adit Pratama 1 hour ago  

PHP has no pre-built Linux binaries. phpv resolves the full transitive dependency graph (OpenSSL, libxml2, curl, zlib, oniguruma, ICU), checks what's already on your system, builds what's missing from source, then compiles PHP with the correct --with-* flags. Supports PHP 4.x–8.x, ephemeral per-shell switching, extension/PECL/PHAR management, and portable bundles. Written in Go.

Register to comment or vote on this story