Skip to content

funchatcam/chatkit-server-php

 
 

Repository files navigation

Chatkit PHP Server SDK

Read the docs Twitter GitHub license

Find out more about Chatkit here.

Installation

You can get the Chatkit PHP SDK via a composer package called pusher-chatkit-server. See https://packagist.org/packages/pusher/pusher-chatkit-server

$ composer require pusher/pusher-chatkit-server

Or add to composer.json:

"require": {
    "pusher/pusher-chatkit-server": "^0.5.8"
}

and then run composer update.

Or you can clone or download the library files.

We recommend you use composer.

This library depends on PHP modules for cURL and JSON. See cURL module installation instructions and JSON module installation instructions.

Getting started

Head over to our documentation.

Packages

No packages published

Languages

  • PHP 100.0%