Download the PHP package fintem/mq-notification-bundle without Composer
On this page you can find all versions of the php package fintem/mq-notification-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fintem/mq-notification-bundle
More information about fintem/mq-notification-bundle
Files in fintem/mq-notification-bundle
Download fintem/mq-notification-bundle
More information about fintem/mq-notification-bundle
Files in fintem/mq-notification-bundle
Vendor fintem
Package mq-notification-bundle
Short Description Send/receive notifications using AMQP and Symfony event dispatcher
License MIT
Homepage http://www.fintem.lt
Package mq-notification-bundle
Short Description Send/receive notifications using AMQP and Symfony event dispatcher
License MIT
Homepage http://www.fintem.lt
Please rate this library. Is it a good library?
Informations about the package mq-notification-bundle
MQNotificationBundle
Installation
Download the bundle and dependencies
Enable the bundle by adding it to the list of registered bundles
Configuration
Add the old_sound_rabbit_mq section in your configuration file and describe connection. More info here.
MQNotificationBundle config:
Usage
Dispatch event to push notification using symfony event-dispatcher
Run a consumer on service or application where you want to get notification
When a consumer receives notification, it dispatch two NotificationReceivedEvent events in order:
- notification_received
- notification_received.message_name
e.g. notification_received.user_created
Create a listener/subscriber to listen those events
Register listener/subscriber in service container and tag them with the mq_notification.event_listener
and mq_notification.event_subscriber
tags
All versions of mq-notification-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
php-amqplib/rabbitmq-bundle Version ^1.13
symfony/framework-bundle Version ^3.3|^4.0
symfony/serializer Version ^3.3|^4.0
php-amqplib/rabbitmq-bundle Version ^1.13
symfony/framework-bundle Version ^3.3|^4.0
symfony/serializer Version ^3.3|^4.0
The package fintem/mq-notification-bundle contains the following files
Loading the files please wait ....