mediumart/echo.io-php
Composer 安装命令:
composer require mediumart/echo.io-php
包简介
php bindings for laravel echo.io server
README 文档
README
Installation (laravel 5.3+)
$ composer require mediumart/echo.io-php
Add the service provider, in config/app.php, to the providers array (only need for laravel versions prior to 5.5)
Mediumart\Echoio\EchoioServiceProvider::class,
Then add a secret key for broadcasting, to config/services.php
'broadcast' => [ 'key' => '<your_secret_key_here>', ],
this can be any random string for now, but the exact same secret key should be configured on the echo.io nodejs server side.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-22