pvm-windows
v1.0.1
Published
PHP Version Manager
Downloads
31
Readme
PVM: PHP Version Manager for Windows
What is PVM?
PVM: allows you to easily download and install PHP for Windows operating system and quickly switch between PHP versions.
How to use PVM?
Install
$ npm install -g pvm-windows
Add the %PHP_SYMLINK%
variable to the PATH
Usage
$ pvm install 7.4
$ pvm use 7.4
$ php -v
The above command will install PHP 7.4 and set it as the default version.
for more information
$ pvm --help