dimgraycat / phpirkit
IRKit Device HTTP API Commander
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dimgraycat/phpirkit
Requires
- php: ^5.6 || ^7.0
- guzzlehttp/guzzle: 6.2.*
- twig/twig: ^1.30
- vanilla/garden-cli: ^1.6
Requires (Dev)
- ext-curl: *
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2025-09-24 19:02:49 UTC
README
IRKit Device HTTP API Commander.
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