An open API service indexing awesome lists of open source software.

https://github.com/yardinternet/zsh-php-detector


https://github.com/yardinternet/zsh-php-detector

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ZSH PHP Detector

https://github.com/user-attachments/assets/db2fa2cd-1cd5-45ab-ac6e-60ae52d1b7bf

## How it works

This OMZ plugin sets your linked PHP executable through Homebrew by checking the version set in `composer.json`

## Installation

`git clone https://github.com/yardinternet/zsh-php-detector ~/.oh-my-zsh/custom/plugins/php-version-detector`

In `.zshrc`:

```
plugins=(
...
php-version-detector
)
```