From ef05b194c73c197f78cf4f361bb116d379b26b22 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 6 Oct 2021 23:57:28 +0300 Subject: [PATCH] Add Termage library for customizing CLI output. Termage provides a fluent and incredible powerful, object-oriented interface for customizing CLI output text color, background, formatting, theming and more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df6885c..5be5aa4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ A curated list of awesome PHP frameworks, libraries and software. * [walkor/Workerman](https://github.com/walkor/Workerman) - An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3. * [bobthecow/psysh](https://github.com/bobthecow/psysh) - A REPL for PHP * [symfony/console](https://github.com/symfony/console) - The Console component eases the creation of beautiful and testable command line interfaces. +* [Termage](https://github.com/termage/termage) - Fluent and incredible powerful, object-oriented interface for customizing CLI output text color, background, formatting, theming and more. * [squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards. * [deployphp/deployer](https://github.com/deployphp/deployer) - A deployment tool written in PHP with support for popular frameworks out of the box * [FriendsOfPHP/Goutte](https://github.com/FriendsOfPHP/Goutte) - Goutte, a simple PHP Web Scraper