2bj/phanybar

Control AnyBar from your php

Maintainers

Details

github.com/2bj/Phanybar

Source

Issues

Installs: 6 155 449

Dependents: 2

Suggesters: 0

Security: 0

Stars: 62

Watchers: 2

Forks: 3

Open Issues: 0

v1.0.0 2015-03-06 12:14 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:09:48 UTC


README

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