pamil / sturdy-garbanzo
Bunch of useful (but not very well documented) PHP tools
v1.1.0
2016-07-19 21:13 UTC
This package is auto-updated.
Last update: 2026-03-01 00:21:47 UTC
README
I have no idea what that means :)
Bunch of useful (but not very well documented) PHP tools, including:
- phpxt - toogles xdebug, by (un)commenting extension loading
zend_extensionline - phpsw <version> - switches PHP versions between those installed by
brew, accepts either7.0and70as input
Installation
This package can be easily installed by using Composer! Just run:
composer global require pamil/sturdy-garbanzo
If you haven't installed any global binaries, it may be needed to customize your ~/.bashrc / ~/.zshrc
by adding Composer binaries path to your $PATH environmental variable:
PATH="$PATH:/path/to/your/composer/home/vendor/bin"
Then just run source ~/.bashrc / source ~/.zshrc or start a new shell to start using those
magnificient commands! Have fun!