pvm
pvm copied to clipboard
PHP Version Manager for the CLI on Windows
- Rewritten pvm in Golang - Added installation command
Suggestions to installation process: Install the package **pvm setup** - Will update your path for you - Remove any other PHPs in there - Advise you to log out /...
The only thing stopping pvm from being cross platform (I believe) was the PHP version checking code. I've rewritten it to work on any platform. Verifying tomorrow. #2
This PR adds functionality for toggling extensions in the php.ini with `pvm extensions `
# Add macOS Support with Homebrew Integration ## Summary This PR adds comprehensive macOS support to PVM (PHP Version Manager) by integrating with Homebrew for PHP installation and management. ##...
I've created a chocolatey package, which takes care of downloading and placing the binary of the last release to the system and adding it to the system path. I've created...
# **External PHP Support** ## Description: This update introduces the ability to add and remove external PHP versions to the PHP Version Manager (PVM). Users can now manage custom PHP...
# **Add Installer for PVM** ## Description: This update introduces an Inno Setup-based installer for PVM (PHP Version Manager). It simplifies the installation process, adds system PATH integration, and enhances...
Hello devs! I made this change to inject the php directory path as environment variable. In this way is possible to use $PHP_FOLDER in php.ini configuration file. With this variable,...