Skip to content

Releases: KalybosPro/pvm

PVM v1.0.0

27 Jul 13:02

Choose a tag to compare

📦 PVM Installer v1.0.0 (Windows)

🔔 What's New

  • ✅ Initial Windows installer for PVM - PHP Version Manager
  • 📁 Installs pvm.exe to: C:\Program Files (x86)\PVM
  • ⚙️ Manual environment setup to access pvm globally from any terminal

🧑‍💻 Installation Instructions

  1. Download the release file: pvm-installer.zip

  2. Unzip the archive to a folder of your choice.

  3. Run pvm-installer.exe as Administrator.

  4. 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 Path variable → 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 --version

You 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 💚