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.
- Host: GitHub
- URL: https://github.com/tastyigniter/ti-ext-broadcast
- Owner: tastyigniter
- License: mit
- Created: 2018-10-14T15:53:24.000Z (over 7 years ago)
- Default Branch: 4.x
- Last Pushed: 2025-06-22T09:59:09.000Z (12 months ago)
- Last Synced: 2025-07-08T05:38:52.485Z (11 months ago)
- Topics: browser-notifications, push-notifications, pusher, tastyigniter
- Language: PHP
- Homepage:
- Size: 304 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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).