alchemy/worker-component

Message queue worker component

0.1.5 2022-05-25 10:38 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:34:07 UTC


README

License Packagist Travis Coverage Scrutinizer Packagist

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

Quickstart guide