a-athaullah / qiscus-sdk-php
Qiscus SDK Rest API implementation in PHP. Forked
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/a-athaullah/qiscus-sdk-php
Requires
- php: >=5.5.9
- guzzlehttp/guzzle: ~5.3|~6.0
- lcobucci/jwt: ~3.2
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2025-09-18 22:53:20 UTC
README
INSTALLATION
You can download a copy or clone from this repository if you want. But, there are easy way to include this library in to your project using Composer. Please include this in require composer.json:
require: {
"qiscus/qiscus-sdk-php": "dev-master"
}
RUN TEST
To run overall test just run phpunit binary after composer install :
vendor/bin/phpunit