Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sunnysideup/silverstripe-switch-php-versions

Switch PHP Versions
https://github.com/sunnysideup/silverstripe-switch-php-versions

Last synced: 18 days ago
JSON representation

Switch PHP Versions

Awesome Lists containing this project

README

        

# what it does:

switch PHP versions with a simple command from anywhere:

```shell
php-switch 8.3
```

OR

```shell
php-switch 7.4
```

# how to install:

1. git clone this project anywhere suitable
```shell
git clone https://github.com/sunnysideup/silverstripe-switch-php-versions.git
```
2. install:
```shell
sudo bash silverstripe-switch-php-versions/install.sh
```
3. remove install files:
```shell
rm silverstripe-switch-php-versions -rf
```