Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 665 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 665 Bytes

PHP version switcher for OSX

If you're on OSX with PHP installed via Brew, you may be looking for an easy way to switch between PHP versions (5.3, 5.4, 5.5, 5.6, etc). Well, this package is it.

Installation:

git clone [email protected]:conradkleinespel/sphp-osx.git

Add /usr/local/bin to your $PATH. If you use the Bash shell, you can do this by running this command:

echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.bashrc

You may need to restart your shell for this to take effect.

Usage:

./sphp-osx/sphp 53
./sphp-osx/sphp 54
./sphp-osx/sphp 55
./sphp-osx/sphp 56

Contributors

  • @conradkleinespel
  • @sebastienbarre
  • @uzyn