mostafasadeghi / laravel-websockets
An easy to use WebSocket server
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mostafasadeghi/laravel-websockets
Requires
- php: ^7.2|^8.0
 - ext-json: *
 - cboden/ratchet: ^0.4.1
 - facade/ignition-contracts: ^1.0
 - guzzlehttp/psr7: ^1.5
 - illuminate/broadcasting: ^6.0|^7.0|^8.0
 - illuminate/console: ^6.0|^7.0|^8.0
 - illuminate/http: ^6.0|^7.0|^8.0
 - illuminate/routing: ^6.0|^7.0|^8.0
 - illuminate/support: ^6.0|^7.0|^8.0
 - pusher/pusher-php-server: ^3.0|^4.0|^5.0
 - react/dns: ^1.1
 - react/http: ^1.1
 - symfony/http-kernel: ^4.0|^5.0
 - symfony/psr-http-message-bridge: ^1.1|^2.0
 
Requires (Dev)
- mockery/mockery: ^1.3.3
 - orchestra/testbench: ^4.0|^5.0|^6.0
 - phpunit/phpunit: ^8.0|^9.0
 
This package is auto-updated.
Last update: 2025-10-29 02:30:20 UTC
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.
Installation
This Package requires php v7.4+ to run.
Install the dependencies and devDependencies and start the server.
composer require mostafasadeghi/laravel-websockets