a-athaullah/qiscus-sdk-php

Qiscus SDK Rest API implementation in PHP. Forked

dev-master 2019-04-18 08:06 UTC

This package is auto-updated.

Last update: 2024-04-18 19:46:45 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