You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julien Rosset 3ae53ae648 Main class ConsoleOutput and its tests 5 years ago
src/Console/Output Main class ConsoleOutput and its tests 5 years ago
tests Main class ConsoleOutput and its tests 5 years ago
.gitignore Initializing repository & composer 5 years ago
LICENSE.md Initializing repository & composer 5 years ago
README.md Main class ConsoleOutput and its tests 5 years ago
composer.json Main class ConsoleOutput and its tests 5 years ago
composer.lock Main class ConsoleOutput and its tests 5 years ago

README.md

ConsoleOutput

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.