Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

pvm-windows

fatihozpolat20ISC1.0.1

PHP Version Manager

pvm, php, version, manager

readme

PVM: PHP Version Manager for Windows

npm version

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