# PHP-UP - Fast and Simple PHP version manager
:zap: PHP version manager written in rust
## :sparkles: Features
- No requirements for system PHP installation
- Cross-platform support (macOS, Linux)
- Automatically version switching with `.php-version`
## :wrench: Installation
### shell setup
#### Bash or Zsh
Add the following to your `.bashrc` or `.zshrc`
```bash
eval "$(phpup init)"
```
## :hammer: Usage
## :pencil2: Contribution
- [TODO.md](TODO.md)
## :paperclip: Inspired
- [Schniz/fnm](https://github.com/Schniz/fnm)
- [TaKO8Ki/frum](https://github.com/TaKO8Ki/frum)