banckle / chat-sdk-php
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.
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/banckle/chat-sdk-php
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-09-23 12:59:21 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