An open API service indexing awesome lists of open source software.

https://github.com/tastyigniter/ti-ext-broadcast

Push browser notifications in real-time from your TastyIgniter application.
https://github.com/tastyigniter/ti-ext-broadcast

browser-notifications push-notifications pusher tastyigniter

Last synced: 11 months ago
JSON representation

Push browser notifications in real-time from your TastyIgniter application.

Awesome Lists containing this project

README

          


Build Status
Total Downloads
Latest Stable Version
License

## Introduction

The TastyIgniter Broadcast extension leverages [Laravel Broadcasting](https://laravel.com/docs/broadcasting) to deliver real-time browser notifications in response to specific events within TastyIgniter. This extension allows you to broadcast system events such as order status updates, reservation notifications, and more to your TastyIgniter website.

While the extension is designed to integrate with the [Pusher service](https://pusher.com/), it also supports other Laravel broadcast drivers.

## Documentation

Documentation can be found on the [TastyIgniter documentation website](https://tastyigniter.com/docs/extensions/broadcast).

## Changelog

Please see [CHANGELOG](https://github.com/tastyigniter/ti-ext-broadcast/blob/master/CHANGELOG.md) for more information on what has changed recently.

## Reporting issues

If you encounter a bug in this extension, please report it using the [Issue Tracker](https://github.com/tastyigniter/ti-ext-broadcast/issues) on GitHub.

## Contributing

Contributions are welcome! Please read [TastyIgniter's contributing guide](https://tastyigniter.com/docs/resources/contribution-guide).

## Security vulnerabilities

For reporting security vulnerabilities, please see our [security policy](https://github.com/tastyigniter/ti-ext-broadcast/security/policy).

### License

TastyIgniter Broadcast extension is open-source software licensed under the [MIT license](https://github.com/tastyigniter/ti-ext-broadcast/blob/master/LICENSE.md).