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: 2024-10-29 02:22:36 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_extension
line - phpsw <version> - switches PHP versions between those installed by
brew
, accepts either7.0
and70
as 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!