Skip to content

Commit

Permalink
[chore] Add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainBuzzer committed Jan 26, 2023
1 parent 57fc5de commit a4f380d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions 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

<!-- 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 -->

0 comments on commit a4f380d

Please sign in to comment.