Skip to content

nunomaduro/laravel-websockets

 
 

Repository files navigation

Laravel WebSockets 🛰

Latest Version on Packagist Build Status Quality Score Total Downloads

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

You can install the package via composer:

composer require beyondcode/laravel-websockets

The package will automatically register a service provider.

Usage

Once the package is installed, you can publish the configuration file using:

php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="config"

To start the WebSocket server, use:

php artisan websockets:serve

For in-depth usage and deployment details, please take a look at the official documentation.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Packages

No packages published

Languages

  • PHP 91.7%
  • HTML 8.3%