Download the PHP package rodent/readline without Composer
On this page you can find all versions of the php package rodent/readline. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rodent/readline
More information about rodent/readline
Files in rodent/readline
Download rodent/readline
More information about rodent/readline
Files in rodent/readline
Vendor rodent
Package readline
Short Description native readline implementation
License MIT
Package readline
Short Description native readline implementation
License MIT
Keywords autocompletereadline
Please rate this library. Is it a good library?
Informations about the package readline
Readline
native readline implementation
Installation
Controls
Line
- Arrow left/right - move cursor left/right
- Home - move cursor to begin
- End - move cursor to end
- Ctrl+Delete - clear line
- Page up/down - navigate by history
- Tab - complete
Dropdown
- Arrow up/down - scroll up/down
- Enter - select
- Esc - remove focus/move to line context
Autocomplete
For autocompletion implement CompleteInterface
. Also you can use Parser
helper, which return Info
object. Info has API for writting completers practically any complexity. For more details see example
dir.
For most popular frameworks (Yii2, Symfony, Laravel) completers will be written at soon.
Custom handlers
Remove line from current cursor position to end.
Close open parenthesis.
Theming
For custom stylish use ThemeInterface
implementation.
Also you can use CustomTheme
class, it has ready setters API for you design.
All versions of readline with dependencies
PHP Build Version
Package Version
The package rodent/readline contains the following files
Loading the files please wait ....