File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments