2017 © Pedro Peláez
 

library sturdy-garbanzo

Bunch of useful (but not very well documented) PHP tools

image

pamil/sturdy-garbanzo

Bunch of useful (but not very well documented) PHP tools

  • Friday, March 2, 2018
  • by pamil
  • Repository
  • 1 Watchers
  • 7 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Sturdy garbanzo

I have no idea what that means :)

Bunch of useful (but not very well documented) PHP tools, including:, (*1)

  • phpxt - toogles xdebug, by (un)commenting extension loading zend_extension line
  • phpsw <version> - switches PHP versions between those installed by brew, accepts either 7.0 and 70 as input

Installation

This package can be easily installed by using Composer! Just run:, (*2)

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:, (*3)

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!, (*4)

The Versions

02/03 2018

dev-master

9999999-dev

Bunch of useful (but not very well documented) PHP tools

  Sources   Download

MIT

19/07 2016

v1.1.0

1.1.0.0

Bunch of useful (but not very well documented) PHP tools

  Sources   Download

MIT

13/01 2016

v1.0.0

1.0.0.0

Bunch of useful (but not very well documented) PHP tools

  Sources   Download

MIT