unreadcode / pvm

A PHP version manager for Windows

Home Page:http://www.unreadcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PVM - PHP version manager

author Stars Issues

Commands

list

pvm list # show all installed php version
pvm list -a # show ali available php version
pvm ls # list short name

install

pvm install <version> # install php version
pvm install 8.0 # install php v8.0
pvm i 8.0 # install short name

use

pvm use <versioin> # switch php version
pvm use 8.0 # switch to php v8.0

uninstall

pvm uninstall <versoin> # uninstall php version
pvm uninstall 8.0 # uninstall php v8.0
pvm uni 8.0 # uninstall short name

LICENSE

MIT

Copyright (c) 2024, UnreadCode

About

A PHP version manager for Windows

http://www.unreadcode.com

License:MIT License


Languages

Language:Go 70.0%Language:Inno Setup 27.2%Language:Shell 1.5%Language:Batchfile 1.2%