Update README.md

Add library PHP CLI for category CLI
This commit is contained in:
Muhammad Ichsanul Fadhil 2022-03-06 10:57:55 +07:00 committed by GitHub
parent 0bd56d111a
commit 5c9e55144b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ Libraries to help manage database schemas and migrations.
### Command Line
*Libraries related to the command line.*
* [PHP CLI](https://github.com/splitbrain/php-cli) - PHP library to build command line tools.
* [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.