Skip to content

PVM v1.0.0

Latest

Choose a tag to compare

@KalybosPro KalybosPro released this 27 Jul 13:02
· 3 commits to main since this release

πŸ“¦ 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 πŸ’š