https://github.com/sunnysideup/silverstripe-switch-php-versions
Switch PHP Versions
https://github.com/sunnysideup/silverstripe-switch-php-versions
Last synced: 8 days ago
JSON representation
Switch PHP Versions
- Host: GitHub
- URL: https://github.com/sunnysideup/silverstripe-switch-php-versions
- Owner: sunnysideup
- Created: 2020-02-09T23:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T03:12:43.000Z (8 months ago)
- Last Synced: 2025-04-28T14:23:03.913Z (2 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```