qalandardev / laravel-websockets
一个易于启动的与Pusher兼容的Laravel WebSocket服务器。
v0.0.3
2024-02-22 07:15 UTC
Requires
- php: ^8.0|^8.1
- cboden/ratchet: ^0.4.4
- clue/block-react: ^1.5
- clue/reactphp-sqlite: ^1.0
- clue/redis-react: ^2.6
- doctrine/dbal: ^2.9
- evenement/evenement: ^2.0|^3.0
- facade/ignition-contracts: ^1.0
- guzzlehttp/psr7: ^2.6
- illuminate/broadcasting: ^10.10
- illuminate/console: ^10.10
- illuminate/http: ^10.10
- illuminate/queue: ^10.10
- illuminate/routing: ^10.10
- illuminate/support: ^10.10
- pusher/pusher-php-server: ^6.0|^7.0
- react/mysql: ^0.5
- react/promise: ^2.8
- symfony/http-kernel: ^5.0|^6.0
- symfony/psr-http-message-bridge: ^1.1|^2.0
Requires (Dev)
- clue/buzz-react: ^2.9
- laravel/legacy-factories: ^1.1
- orchestra/testbench-browser-kit: ^7.0
- phpunit/phpunit: ^9.0
- ratchet/pawl: ^0.3.5
Suggests
- ext-pcntl: Running the server needs pcntl to listen to command signals and soft-shutdown.
- doctrine/dbal: Required to run database migrations (^2.9|^3.0).
This package is auto-updated.
Last update: 2024-09-22 08:39:01 UTC
README
注意
Laravel WebSockets已停止维护。如果您正在寻找基于PHP的WebSocket解决方案,请查看Laravel Reverb,它也是基于ReactPHP构建的,并允许您水平扩展WebSocket服务器。
将WebSocket的强大功能带给您的Laravel应用程序。内置Pusher替代方案、SSL支持、Laravel Echo支持以及调试仪表板只是其功能的一部分。
文档
有关安装说明、深入使用和部署细节,请参阅官方文档。
变更日志
有关最近更改的更多信息,请参阅变更日志。
贡献
有关详细信息,请参阅贡献指南。
安全
如果您发现任何安全相关的问题,请通过marcel@beyondco.de发送电子邮件,而不是使用问题跟踪器。
致谢
许可
MIT许可(MIT)。有关更多信息,请参阅许可文件。