prooph/psb-php-resque-dispatcher

This package is abandoned and no longer maintained. The author suggests using the https://github.com/prooph/psb-bernard-producer package instead.

php-resque message dispatcher for PSB

v0.3.0 2015-05-01 15:23 UTC

This package is auto-updated.

Last update: 2022-02-01 12:40:58 UTC


README

Deprecated

This package is no longer maintained as we are focusing on improvements of the main prooph components. If you're looking for a redis message producer for prooph/service you can have a look at the bernard message producer. Bernard ships with a predis adapter.

Installation

You can install the dispatcher via composer by adding "prooph/psb-php-resque-dispatcher": "~0.1" as requirement to your composer.json.

Usage

Check the example. Set up the dispatcher is a straightforward task. Most of the required components are provided by PSB and php-resque. This package only provides the glue code needed to let both systems work together.

Support

Contribute

Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

License

Released under the New BSD License.