Skip to content

Instantly share code, notes, and snippets.

View shrft's full-sized avatar
🏠
Working from home

shiro shrft

🏠
Working from home
View GitHub Profile
@sallar
sallar / console-example.php
Created March 27, 2013 19:44
PHP Colored CLI Output Script.
<?php
// Output screenshot:
// http://cl.ly/NsqF
// -------------------------------------------------------
include_once 'console.php';
// ::log method usage
// -------------------------------------------------------
Console::log('Im Red!', 'red');