Navigation Menu

Skip to content

dimgraycat/php-irkit

Repository files navigation

PHPIrkit

IRKit Device HTTP API Commander.

License Latest Stable Version Minimum PHP Version Travis

Installation

We distribute a PHP Archive (PHAR) that has all required (as well as some optional) dependencies of PHPIrkit bundled in a single file:

$ wget https://raw.github.com/dimgraycat/php-irkit/master/build/phpirkit.phar

$ chmod +x phpirkit.phar

$ mv phpirkit.phar /usr/local/bin/phpirkit
$ phpirkit config --help
$ mkdir /var/phpirkit
$ mv config.json /var/phpirkit/
$ mv messages.json /var/phpirkit/

$ phpirkit --help
$ phpirkit keys -d /var/phpirkit/
$ phpirkit messages -d /var/phpirkit/ --help

See: Sample Settings

You can also immediately use the PHAR after you have downloaded it, of course:

$ wget https://raw.github.com/dimgraycat/php-irkit/master/build/phpirkit.phar

$ php phpirkit.phar config --help
$ php phpirkit.phar --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages