Skip to content

songxk/php-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

php-terminal

Some tools of php for terminal

Install

get it by

git clone https://github.com/songxk/php-terminal.git

then include it into your PHP script

Color

<?php
require 'Color.php';
$style = array(
    Color::BOLD,
    Color::UNDERLINED,
);
echo 'Enjoy ' . Color::format('php-terminal-color', Color::LIGHT_MAGENTA, $style) . ' library';

Progress

<?php
require 'Progress.php';
for($percent=0;$percent<=100;$percent++) {
    Progress::showProgressBar($percent);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages