bugover / laravel-websocket
An easy to use WebSocket server
2.0.2
2024-12-02 06:25 UTC
Requires
- php: >=8.2.2
- ext-json: *
- bugover/ratchet: ^1.0.0
- facade/ignition-contracts: ^1.0.0
- illuminate/broadcasting: ^11.0.0
- illuminate/console: ^11.0.0
- illuminate/http: ^11.0.0
- illuminate/queue: ^11.0.0
- illuminate/routing: ^11.0.0
- illuminate/support: ^11.0.0
- pusher/pusher-php-server: ^7.0.0
- react/dns: ^1.0.0
- react/http: ^1.0.0
- react/promise: ^3.0.0
- symfony/http-kernel: ^7.0.0
- symfony/psr-http-message-bridge: ^7.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0.0
- mockery/mockery: ^1.3.3
- orchestra/testbench: ^9.0.0
- phpunit/phpunit: ^10.0.0|^11.0.0
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.11.0
README
Bring the power of WebSockets to your Laravel application. Drop-in Pusher replacement, SSL support, Laravel Echo support and a debug dashboard are just some of its features.
NOTE
This package forked from https://github.com/beyondcode/laravel-websockets, for future support and adding new features and improving existing ones, this package is used in a real project and has shown its best side.
- Added connection events
- Added two-way connection send data to your server laravel
Documentation
For installation instructions, in-depth usage and deployment details, please take a look at the official documentation.