PHP Version Manager for Windows

Removing the hassle of changing PHP versions in the CLI on Windows. When developing on Windows and using the integrated terminal, it's quite difficult to get those terminals to actually listen to PATH changes. This utility changes that.

irm https://pvm.hjb.dev/install.ps1 | iex

Easy to use

Switch PHP versions instantly without dealing with environment variables.

$ pvm use 8.2

Composer Support

Automatically installs Composer with each PHP version out of the box.

$ composer --version