laravel-websockets/README.md

35 lines
1.6 KiB
Markdown
Raw Normal View History

2018-11-30 14:07:34 +00:00
# Laravel WebSockets 🛰
2018-11-20 08:54:06 +00:00
[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-websockets.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-websockets)
[![Build Status](https://img.shields.io/travis/beyondcode/laravel-websockets/master.svg?style=flat-square)](https://travis-ci.org/beyondcode/laravel-websockets)
[![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)
2018-12-04 19:27:52 +00:00
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.
2018-11-20 08:54:06 +00:00
2018-12-04 23:48:30 +00:00
## Documentation
2018-12-04 21:36:12 +00:00
2018-12-04 23:48:30 +00:00
For installation instructions, in-depth usage and deployment details, please take a look at the [official documentation](https://docs.beyondco.de/laravel-websockets/).
2018-11-20 08:54:06 +00:00
### Changelog
2018-12-05 00:52:26 +00:00
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
2018-11-20 08:54:06 +00:00
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.
## Credits
- [Marcel Pociot](https://github.com/mpociot)
2018-11-21 23:26:09 +00:00
- [Freek Van der Herten](https://github.com/freekmurze)
2018-11-20 08:54:06 +00:00
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.