Package Data | |
---|---|
Maintainer Username: | jlndk |
Maintainer Contact: | jonas@jonasln.dk (Jonas Lindenskov Nielsen) |
Package Create Date: | 2016-05-21 |
Package Last Update: | 2016-05-30 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:08:54 |
Package Statistics | |
---|---|
Total Downloads: | 15 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 5 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 4 |
A realtime library for laravel without compromises, using WAMPv2!
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.
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
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
Please see CHANGELOG for more information what has changed recently.
Note: Still needs tests. Pull requests are welcome :)
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email jonas@jonasln.dk instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.