PHP code example of fignon / terminal
1. Go to this page and download the library: Download fignon/terminal library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
fignon / terminal example snippets
use Fignon\Extra\Terminal;
$terminal = new Terminal();
$terminal->write('Hello World');
// Make a frame around the message with a color
$terminal->log($terminal->frame("Chinese: 你好,世界! (Nǐ hǎo, shìjiè!)"), 'cyan', ['bold']);