Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssi-anik/mercure
dunglas/mercure publisher implementation for any PHP-based application. Publish messages to the Mercure hub with Laravel Event Broadcasting & Laravel Notifications.
https://github.com/ssi-anik/mercure
broadcasting events laravel lumen mercure notifications php protocol publisher server-sent-events sse
Last synced: 2 months ago
JSON representation
dunglas/mercure publisher implementation for any PHP-based application. Publish messages to the Mercure hub with Laravel Event Broadcasting & Laravel Notifications.
- Host: GitHub
- URL: https://github.com/ssi-anik/mercure
- Owner: ssi-anik
- License: mit
- Created: 2021-03-04T15:58:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T14:45:33.000Z (about 3 years ago)
- Last Synced: 2024-05-16T06:24:27.476Z (8 months ago)
- Topics: broadcasting, events, laravel, lumen, mercure, notifications, php, protocol, publisher, server-sent-events, sse
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
anik/mercure
---- [dunglas/mercure's](https://github.com/dunglas/mercure) publisher implementation for any PHP-based application.
- The package can also publish messages to the Mercure hub with Laravel Event Broadcasting & Laravel Notifications out of the box.## Requirements
This package requires
- `php` >= 7.2
- `symfony/mercure` [~0.4.1]
- `illuminate/support` [6.x, 7.x, 8.x]## Installation
`composer require anik/mercure`## Documentation
The thorough usage and documentation is in [this article](https://medium.com/@sirajul.anik/publish-messages-to-dunglas-mercure-from-any-php-based-application-including-laravel-lumen-7923dadfc949)## Issues & PRs
> To err is humanIf there is any bug or if you think that there should have any enhancement, feel free to open an issue. If you think that you can solve the bugs raised by others, please feel free to open a PR.