Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaiopiola/php-switcher
Simple and fast PHP version switcher on a single command.
https://github.com/kaiopiola/php-switcher
Last synced: 6 days ago
JSON representation
Simple and fast PHP version switcher on a single command.
- Host: GitHub
- URL: https://github.com/kaiopiola/php-switcher
- Owner: kaiopiola
- License: gpl-3.0
- Created: 2022-10-07T16:11:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T19:16:32.000Z (over 2 years ago)
- Last Synced: 2024-11-19T00:38:08.075Z (2 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Switcher
A simple solution to change between PHP versions without getting a headache!
## Installation
You just need to run the following version to download or update to the latest version:
```bash
curl -fsSL https://raw.githubusercontent.com/kaiopiola/php-switcher/main/install.sh | sh
```
## How to useYou only need to run the command with the version you want as a parameter, like below:
```bash
phpswitcher 7.4
```## License
Check [LICENCE file](LICENSE) for more information.