Skip to content
Bart van Hoekelen edited this page Apr 20, 2017 · 3 revisions

Welcome to the php terminal style tool wiki!

PHP terminal syle tool

Documentation


Easy to use

// Print red text 
echo terminal_style('Here your text', 'red');

// Print red background 
echo terminal_style('Here your text', null, 'red');