Many console terminal programs support ANSI control character sequences for performing several types of operations to control the terminal, such as positioning the cursor, changing text styles, foreground and background colors, beeping, etc..
This class can simplify the control of output to ANSI terminals by providing functions to send the necessary characters to control each output aspect from PHP.
This class can be used to control the output of text to an ANSI console.
It can assemble control characters that can control aspects of different of formatting the output of text to consoles like background and foreground colors, character positioning, etc..
The class can also read formatted text or number from the console input.