Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 use

You 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.