bugover / laravel-websocket
一个易于使用的WebSocket服务器
1.15.4
2024-08-12 08:27 UTC
Requires
- php: >=8.0.2
- ext-json: *
- cboden/ratchet: ^0.4.4
- facade/ignition-contracts: ^1.0.0
- guzzlehttp/psr7: ^1.7|^2.0
- illuminate/broadcasting: ^9.0|^10.0
- illuminate/console: ^9.0|^10.0
- illuminate/http: ^9.0|^10.0
- illuminate/routing: ^9.0|^10.0
- illuminate/support: ^9.0|^10.0
- pusher/pusher-php-server: ^7.0.0
- react/dns: ^1.0.0
- react/http: ^1.0.0
- symfony/http-kernel: ^6.0.0
- symfony/psr-http-message-bridge: ^2.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0.0
- mockery/mockery: ^1.3.3
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^8.0|^9.0|^10.0
- roave/security-advisories: dev-latest
README
将WebSocket的力量带给您的Laravel应用程序。内置Pusher替代方案、SSL支持、Laravel Echo支持以及调试仪表板只是其功能的一部分。
注意
此软件包是从 https://github.com/beyondcode/laravel-websockets 分支出来的,为了未来的支持和添加新功能以及改进现有功能,该软件包已在实际项目中使用,并展示了其最佳的一面。
- 添加了连接事件
- 添加了双向连接,向您的Laravel服务器发送数据
文档
有关安装说明、深入使用和部署细节,请参阅官方文档。