8000 GitHub - unreadcode/pvm: A PHP version manager for Windows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

unreadcode/pvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

0