wataridori / hkt_sdk
The SDK for Framgia Hyakkaten
dev-master
2014-11-17 15:25 UTC
Requires
- guzzlehttp/guzzle: ~5.0
Requires (Dev)
- guzzlehttp/guzzle: ~5.0
This package is auto-updated.
Last update: 2024-10-15 20:13:20 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