-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57fc5de
commit a4f380d
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# PHP Version Manager for Windows | ||
|
||
## What is it? | ||
|
||
PHP Version Manager is a simple tool to help you switch between different versions of PHP on Windows. | ||
|
||
## Installation | ||
|
||
Download the latest release by heading over to our [releases](https://github.com/BrainBuzzer/php-ch/releases) page. Install it as usual. | ||
|
||
## Usage | ||
|
||
### Switching PHP versions | ||
|
||
To switch to a different version of PHP, simply run the following command: | ||
|
||
```cmd | ||
php-ch set [version] | ||
``` | ||
|
||
Currently supported PHP versions are: | ||
7.4 | ||
8.0 | ||
8.1 | ||
8.2 | ||
|
||
# Contributing | ||
|
||
Feel free to open an issue or a pull request if you have any suggestions or bug reports. | ||
|
||
# Contributors | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
|
||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
|