darkelfe14728/console-output

dev-master 2020-11-04 11:56 UTC

This package is not auto-updated.

Last update: 2025-04-03 06:03:28 UTC


README

PHP managers for console (CLI) outputting

last release licence nb releases

Installation

composer require darkelfe14728/console-output

Description

Classes to manage text output (to STDOUT by default, but customizable). Use `Registry` to manage global-level singletons.

`ConsoleOutputHandler` is a handler for Monolog

Indentation

`ConsoleOutput` manage automatic text indentation through groups. A group represent one level of indentation.

If a group has a name, the all group lines will be surronded by its name.