alchemy / worker-component
Message queue worker component
Installs: 55 553
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Requires
- php: >=5.5
- alchemy/queue-component: ^0.1.4
- psr/log: ^1.0
- ramsey/uuid: ^3.3
Requires (Dev)
- empi89/php-amqp-stubs: dev-master
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^4.0|^5.0
Suggests
- ext-amqp: To use the AMQP extension adapters
This package is not auto-updated.
Last update: 2024-10-26 18:28:12 UTC
README
alchemy/worker-component is a library providing a simple worker and dispatcher for use with messages queues
Installation
The only supported installation method is via Composer. Run the following command to require the package in your project:
composer require alchemy/worker-component