From 5c9e55144b77fe3cd56857dd00448202a56ca401 Mon Sep 17 00:00:00 2001 From: Muhammad Ichsanul Fadhil <69036480+ichsanputr@users.noreply.github.com> Date: Sun, 6 Mar 2022 10:57:55 +0700 Subject: [PATCH] Update README.md Add library PHP CLI for category CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af1c1fb..66e7c9d 100644 --- a/README.md +++ b/README.md @@ -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.