Releases: KalybosPro/pvm
Releases · KalybosPro/pvm
PVM v1.0.0
📦 PVM Installer v1.0.0 (Windows)
🔔 What's New
- ✅ Initial Windows installer for PVM - PHP Version Manager
- 📁 Installs
pvm.exeto:C:\Program Files (x86)\PVM - ⚙️ Manual environment setup to access
pvmglobally from any terminal
🧑💻 Installation Instructions
-
Download the release file: pvm-installer.zip
-
Unzip the archive to a folder of your choice.
-
Run
pvm-installer.exeas Administrator. -
After installation, add PVM to your system PATH:
C:\Program Files (x86)\PVM
➕ How to Add to PATH
-
Press
Windows + S→ search for:Environment Variables -
Click on Edit the system environment variables
-
In the System Properties window, click Environment Variables
-
In System Variables, select the
Pathvariable → click Edit -
Click New and paste:
C:\Program Files (x86)\PVM -
Click OK to save, then restart your terminal (or your PC)
✅ Verify Installation
Open a new terminal and run:
pvm --versionYou should see the current version of PVM installed.
Usage
Tap the following command to see the possible pvm commands and how to use it.
pvm -h or pvm --help💡 Need Help?
For questions or issues, feel free to open an issue on GitHub.
Thanks for using PVM 💚