phpbrew
https://github.com/c9s/phpbrew
Makefile
Brew & manage PHP versions in pure PHP at HOME
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Makefile not yet supported3 Subscribers
Add a CodeTriage badge to phpbrew
Help out
- Issues
- Copy both php-production.ini and php-development.ini to the etc directory and create a symlink to use any one of them
- Since we have supported YAML config, ENV* and Path* things should be moved out from PhpBrew\Config class
- Release JSON expiry time checking
- Add prompt for configure options while installing extensions if options are available
- Ability to switch PHP configuration file (e.g. production, development or customized ...)
- Setup mysql socket option automatically via mysql_config command
- Display the build requirement based on the current OS after the init command is finished
- Show extension install command hint in the ext show command result
- Things we might missed in the documentation
- Define state constants for comparing task state
- Docs
- Makefile not yet supported