chess / laravel-chatkit-api
This package is abandoned and no longer maintained.
The author suggests using the shalvah/pusher-chatkit-laravel package instead.
Laravel wrapper for the pusher chatkit api
v0.2.1
2018-06-20 21:07 UTC
Requires
- php: >=7.1.3
- ext-fileinfo: *
- guzzlehttp/guzzle: ^6.3
- illuminate/cache: ^5.6
- illuminate/filesystem: ^5.6
- illuminate/support: ^5.6
- kevinrob/guzzle-cache-middleware: ^3.2
- pusher/pusher-chatkit-server: ^0.5.0
This package is auto-updated.
Last update: 2019-10-08 14:56:36 UTC
README
An API wrapper for Pusher Chatkit.
Installation
composer require chess/laravel-chatkit-api
php artisan vendor:publish --provider="Chess\Chatkit\ChatkitServiceProvider"
If you're using Laravel 5.5+ this is all there is to do.
For Laravel versions before 5.5, you must register the service provider in your config/app.php
-
Add a new item to the providers array:
Chess\Chatkit\ChatkitServiceProvider::class,
-
Add a new item to the aliases array:
'Chatkit' => Chess\Chatkit\Facades\Chatkit::class,
Documentation
The documentation can be found in the project's wiki section.
Credits
License
laravel-chatkit-api is open-sourced software licensed under the MIT license