Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Kartavenko d9502a7248
Merge pull request #1260 from justbyitself/patch-1
remove Boris REPL
2024-03-01 11:28:07 +02:00
justbyitself 43a729cc99
remove Boris REPL
Boris is outdated. Last commit: 9 years ago.
Use PsySH instead.
2024-03-01 08:57:55 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -620,7 +620,6 @@ Libraries to help manage database schemas and migrations.
*Libraries related to the command line.*
* [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.
* [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL.
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus.
* [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.