PHPBrew
phpbrewBrew & manage PHP versions in pure PHP at HOME
Brew & manage PHP versions in pure PHP at HOME
export PHPBREW_HOME# Generated by phpbrew initexport PHPBREW_HOME="/Users/octocat/.phpbrew"machine-localexport PHPBREW_SET_PROMPT=0Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
set -gx PHPBREW_HOME# Generated by phpbrew initset -gx PHPBREW_HOME "/Users/octocat/.phpbrew"machine-localset -gx PHPBREW_SET_PROMPT 0Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. PHPBrew writes no caches or state in your home directory.
export PHPBREW_HOME# Generated by phpbrew initexport PHPBREW_HOME="/Users/octocat/.phpbrew"machine-localexport PHPBREW_SET_PROMPT=0Each machine keeps its own copy of these.
set -gx PHPBREW_HOME# Generated by phpbrew initset -gx PHPBREW_HOME "/Users/octocat/.phpbrew"machine-localset -gx PHPBREW_SET_PROMPT 0Each machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/phpbrew. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits export PHPBREW_HOME and set -gx PHPBREW_HOME for you — that part is Otty’s own sync, or a template you write by hand.