Download the PHP package jlndk/laravel-realtime without Composer
On this page you can find all versions of the php package jlndk/laravel-realtime. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jlndk/laravel-realtime
More information about jlndk/laravel-realtime
Files in jlndk/laravel-realtime
Package laravel-realtime
Short Description A realtime library for laravel without compromises, using WAMPv2!
License MIT
Homepage https://github.com/Jlndk/laravel-realtime
Informations about the package laravel-realtime
Laravel Realtime
A realtime library for laravel without compromises, using WAMPv2!
Development status
This library is still not quite ready to use. The upstream messaging (client to server) should be run fine, but there is no warranty for stable functionality yet. Please use it at your own risk. The library is still under active development, and we hope to ship version 1.1 (our first beta) soon. We will update this repo (and readme) accordingly.
Install
TL;DR: Download jlndk/laravel-realtime
via composer, add Jlndk\LaravelRealtime\Providers\RealtimeServiceProvider::class
to the providers array, publish the files, and add the second service provider: App\Providers\RealtimeEventServiceProvider::class.
For more detailed instructions, please check out "Installation" on our wiki
Usage
TL;DR: Add event bindings to the RealtimeEventServiceProvider
in your app and start the realtime server via php artisan realtime:start
For more detailed instructions alog with examples, please check out "Usage" on our wiki
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Note: Still needs tests. Pull requests are welcome :)
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Jonas Lindenskov Nielsen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.