prooph / psb-php-resque-dispatcher
php-resque message dispatcher for PSB
Requires
- php: >=5.5
- chrisboulton/php-resque: ~1.2
Requires (Dev)
- phpunit/phpunit: 3.7.*
- prooph/service-bus: dev-master
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
- Ask questions on prooph-users google group.
- File issues at https://github.com/prooph/psb-php-resque-dispatcher/issues.
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.