Skip to content

Instantly share code, notes, and snippets.

View QueeNFrisk's full-sized avatar
🎯
Focusing

Dani QueeNFrisk

🎯
Focusing
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');