2bj/phanybar
Control AnyBar from PHP or the command line. Send color/status updates to a running AnyBar instance, optionally targeting a custom UDP port. Includes a simple CLI (phanybar green) and a small library API (send('green', 1738)).
Control AnyBar from the command line or from your php code
You must have AnyBar installed and running
The usual :
composer global require 2bj/phanybar
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);
How can I help you explore Laravel packages today?