Skip to content

2bj/Phanybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phanybar Packagist Packagist

Control AnyBar from the command line or from your php code

Install

You must have AnyBar installed and running

The usual :

composer global require 2bj/phanybar

Usage

From the command line :

phanybar green

Or if AnyBar is on another port :

phanybar black 1387

Or use it as a library :

use Bakyt\Console\Phanybar;

$phanybar = new Phanybar;
$phanybar->send('green');
$phanybar->send('black', 1387);

Thank's

nanybar

License

MIT

About

Control AnyBar from your php code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages