Skip to content

smoqadam/pvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

PVM - PHP Version Manager

A simple bash script to manage multiple PHP versions on Linux and macOS.

Installation

curl -o /usr/local/bin/pvm https://raw.githubusercontent.com/smoqadam/pvm/main/pvm
chmod +x /usr/local/bin/pvm

Usage

# Install a PHP version
pvm install 8.2

# Switch PHP version
pvm use 8.2

# List installed versions
pvm list

# Remove a PHP version
pvm uninstall 8.2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Credits

Inspired by nvm

About

php version manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages