Update README.md

This commit is contained in:
Muhammad Ichsanul Fadhil 2022-03-06 11:00:28 +07:00 committed by GitHub
parent 0c56a0042b
commit c1504e3657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +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.
* [PHP CLI](https://github.com/splitbrain/php-cli) - PHP library to build command line tool.
* [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.