diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea0ca8f --- /dev/null +++ b/README.md @@ -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 + + + + + + + + + +