Update README.md

This commit is contained in:
Fabian Wagner ➖ a6a2f5842 2024-10-31 08:32:03 +01:00 committed by GitHub
parent 2e4b2f35f9
commit ea6fe4965f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 13 deletions

View File

@ -1,32 +1,23 @@
# Laravel WebSockets 🛰 # Laravel WebSockets 🛰
> [!NOTE] > [!NOTE]
> Laravel WebSockets is no longer maintained. If you are looking for a PHP-based WebSocket solution, check out [Laravel Reverb](https://reverb.laravel.com) which is also built on top of ReactPHP and allows you to horizontally scale the WebSocket server. > This is a fork from [https://github.com/beyondcode/laravel-websockets](beyondcode/laravel-websockets) which has been abandoned on Feb 7, 2024 due to the release of Laravel Reverb.
>
[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-websockets.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-websockets)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/beyondcode/laravel-websockets/run-tests?label=tests)
[![Quality Score](https://img.shields.io/scrutinizer/g/beyondcode/laravel-websockets.svg?style=flat-square)](https://scrutinizer-ci.com/g/beyondcode/laravel-websockets)
[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-websockets.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-websockets)
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. 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.
[![https://tinkerwell.app/?ref=github](https://tinkerwell.app/images/card-v3.png)](https://tinkerwell.app/?ref=github)
## Documentation ## Documentation
For installation instructions, in-depth usage and deployment details, please take a look at the [official documentation](https://beyondco.de/docs/laravel-websockets/getting-started/introduction/).
### Changelog ### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing ## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ~Please see [CONTRIBUTING](CONTRIBUTING.md) for details.~
### Security ### Security
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker. If you discover any security related issues, please email office@blax.at or the the issue tracker.
## Credits ## Credits