dimgraycat/phpirkit

IRKit Device HTTP API Commander

Maintainers

👁 dimgraycat

Package info

github.com/dimgraycat/php-irkit

Homepage

pkg:composer/dimgraycat/phpirkit

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2017-01-02 13:17 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 46ec21abb1aef117b6e75434c10d8044bdab7b3e

  • dimgraycat <dimgray.cat.woop@gmail.com>

frameworkclientirkit

This package is auto-updated.

Last update: 2026-06-24 20:43:40 UTC


README

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