Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.42 KB

phpbrew

phpbrew integration for Oh My Fish.

MIT License


A lightweight phpbrew plugin that provides integration with Fish shell. This plugin is designed to be much more performant than the official phpbrew Fish integration, and not all phpbrew features are available.

Install

Installation with Oh My Fish:

omf install phpbrew

Usage

See the phpbrew documentation for full details.

Unsupported features

Here are the phpbrew features that are currently not supported by this plugin:

  • .phpbrewrc files
  • PHP-FPM integration
  • PHP version info prompt via $PHPBREW_SET_PROMPT
  • Quick directory commands (such as phpbrew build-dir)

License

MIT © Stephen Coakley et al. Includes some code from the official phpbrew scripts, which are © Yo-An Lin under the MIT license.