06/03
2015
Control AnyBar from your php
Control AnyBar from the command line or from your php code, (*1)
You must have AnyBar installed and running, (*2)
The usual :, (*3)
composer global require 2bj/phanybar
From the command line :, (*4)
phanybar green
Or if AnyBar is on another port :, (*5)
phanybar black 1387
Or use it as a library :, (*6)
use Bakyt\Console\Phanybar; $phanybar = new Phanybar; $phanybar->send('green'); $phanybar->send('black', 1387);
nanybar, (*7)
MIT, (*8)