a-athaullah / qiscus-sdk-php
Qiscus SDK Rest API implementation in PHP. Forked
dev-master
2019-04-18 08:06 UTC
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-03-18 21:54:53 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