https://github.com/prooph/psb-php-resque-producer
[deprecated] php-resque message producer for Prooph Service Bus
https://github.com/prooph/psb-php-resque-producer
Last synced: 11 months ago
JSON representation
[deprecated] php-resque message producer for Prooph Service Bus
- Host: GitHub
- URL: https://github.com/prooph/psb-php-resque-producer
- Owner: prooph
- License: bsd-3-clause
- Created: 2014-10-30T17:46:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T19:27:53.000Z (almost 11 years ago)
- Last Synced: 2025-07-06T18:43:49.875Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
php-resque message dispatcher for ProophServiceBus
==================================================
## 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](https://github.com/prooph/psb-bernard-producer) 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](examples/resque/simple-resque-sample.php). 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](https://groups.google.com/forum/?hl=de#!forum/prooph) google group.
- File issues at [https://github.com/prooph/psb-php-resque-dispatcher/issues](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](https://github.com/prooph/psb-php-resque-dispatcher/blob/master/LICENSE).