# php-switcher Switch between Homebrew-installed PHP versions or list installed versions. ## Usage ```bash php-switcher |--auto [options] ``` Options: - `--installed` – list versions installed via Homebrew - `--current` – print currently active PHP version - `--auto` – read version from `.php-version` in current directory ### Example ```bash php-switcher 8.3 ```