Skip to content

Commit a4f380d

Browse files
committed
[chore] Add readme file
1 parent 57fc5de commit a4f380d

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# PHP Version Manager for Windows
2+
3+
## What is it?
4+
5+
PHP Version Manager is a simple tool to help you switch between different versions of PHP on Windows.
6+
7+
## Installation
8+
9+
Download the latest release by heading over to our [releases](https://github.com/BrainBuzzer/php-ch/releases) page. Install it as usual.
10+
11+
## Usage
12+
13+
### Switching PHP versions
14+
15+
To switch to a different version of PHP, simply run the following command:
16+
17+
```cmd
18+
php-ch set [version]
19+
```
20+
21+
Currently supported PHP versions are:
22+
7.4
23+
8.0
24+
8.1
25+
8.2
26+
27+
# Contributing
28+
29+
Feel free to open an issue or a pull request if you have any suggestions or bug reports.
30+
31+
# Contributors
32+
33+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
34+
<!-- prettier-ignore-start -->
35+
<!-- markdownlint-disable -->
36+
37+
<!-- markdownlint-restore -->
38+
<!-- prettier-ignore-end -->
39+
40+
<!-- ALL-CONTRIBUTORS-LIST:END -->
41+

0 commit comments

Comments
 (0)