

Laravel WebSockets
Laravel WebSockets is a package for Laravel and up that will get your application started with WebSockets in no-time! It has a drop-in Pusher API replacement, has a debug dashboard, realtime statistics and even allows you to create custom WebSocket .
Cost / License
- Free
- Open Source
Platforms
- Self-Hosted
Laravel WebSockets News & Activities
Recent activities
Laravel WebSockets information
What is Laravel WebSockets?
WebSockets for Laravel. Done right.
Laravel WebSockets is a package for Laravel 5.7 and up that will get your application started with WebSockets in no-time! It has a drop-in Pusher API replacement, has a debug dashboard, realtime statistics and even allows you to create custom WebSocket controllers.
Once installed, you can start it with one simple command:
php artisan websockets:serve
If you want to know how all of it works under the hood, we wrote an in-depth blogpost about it.
To help you get started, you can also take a look at the demo repository, that implements a basic Chat built with this package.
Easy to use With Laravel Websockets, you do not need any additional software to start your own WebSocket server. Forget about Node - use the power of PHP.
Laravel Echo Support Laravel WebSockets has built-in Laravel Echo support out of the box and you can use it right away as a drop-in local Pusher replacement.
Performant This package is battle-tested in real-world applications and can serve high traffic websites easily.

