Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sunnysideup/silverstripe-switch-php-versions
- Owner: sunnysideup
- Created: 2020-02-09T23:58:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:20:55.000Z (2 months ago)
- Last Synced: 2024-10-26T03:10:20.922Z (2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- 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
```