Browse Source

remove Boris REPL

Boris is outdated. Last commit: 9 years ago.
Use PsySH instead.
pull/1260/head
justbyitself 1 year ago
parent
commit
43a729cc99
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      README.md

+ 0
- 1
README.md View File

620
 *Libraries related to the command line.*
620
 *Libraries related to the command line.*
621
 
621
 
622
 * [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
622
 * [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
623
-* [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL.
624
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
623
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
625
 * [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus.
624
 * [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus.
626
 * [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
625
 * [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.

Loading…
Cancel
Save