ongr / task-messenger-bundle
Handles ONGR sync tasks schedule
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 15
Forks: 2
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=5.4
- symfony/proxy-manager-bridge: ~2.3
- symfony/symfony: ~2.6
Requires (Dev)
- mikey179/vfsstream: ~1.4
- ongr/connections-bundle: ~0.4
- ongr/ongr-strict-standard: ~1.0.0-beta
- pda/pheanstalk: v3.0.2
- phpunit/phpunit: ~4.1
- predis/predis: ~1.0
- squizlabs/php_codesniffer: ~1.5
- videlalvaro/php-amqplib: 2.*
Suggests
- pda/pheanstalk: For publishing messages to beanstalkd server.
- predis/predis: For publishing messages to redis server.
- videlalvaro/php-amqplib: For publishing messages to AMQP server.
This package is not auto-updated.
Last update: 2024-10-26 17:40:22 UTC
README
Task Messenger Bundle can be used to publish data to various messaging queues.
Out of the box bundle can be used to publish tasks to AMQP and beanstalkd messaging queues
on ongr_connections.sync_task_complete
event.
Documentation for ONGRTaskMessengerBundle can be found in here.
License
This bundle is under the MIT license. Please, see the complete license in the bundle LICENSE file.