Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
/ sphp-osx Public archive
forked from jschaedl/sphp-osx

A simple script to switch PHP versions on OSX using Homebrew.

Notifications You must be signed in to change notification settings

alefi87/sphp-osx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple script to switch PHP versions on OSX using Homebrew.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%