wataridori / hkt_sdk
The SDK for Framgia Hyakkaten
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wataridori/hkt_sdk
Requires
- guzzlehttp/guzzle: ~5.0
Requires (Dev)
- guzzlehttp/guzzle: ~5.0
This package is auto-updated.
Last update: 2025-10-15 22:07:03 UTC
README
The HKT SDK for PHP is a set of classes that allow you to access Framgia Hyakkaten’s API from your PHP app.
HKT SDK uses Guzzle for sending HTTP requests.
Requirement
- PHP 5.4 or newer
Installation
You can install HKT SDK for PHP by using Composer.
Just run the following command.
composer require wataridori/hkt_sdk dev-master
Or
- Add the
“wataridori/hkt_sdk”: “dev-master”into the require section of yourcomposer.json. - Run
composer install.
Usage
Views full documents here