banckle/chat-sdk-php

There is no license information available for the latest version (dev-master) of this package.

This repository contains Banckle.Chat SDK for PHP source code. This SDK allows you to work with Banckle.Chat REST API in your PHP applications quickly and easily.

dev-master 2014-10-13 11:38 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:48:19 UTC


README

This repository contains Banckle.Chat SDK for PHP source code. This SDK allows you to work with Banckle.Chat REST API in your PHP applications quickly and easily.

Installation

Add the following line to your composer.json file.

require: {
	"banckle/chat-sdk-php": "dev-master"	
}

Run from terminal.

composer update