Find out more about Chatkit here.
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.
Head over to our documentation.