https://github.com/agencypmg/queue-mapping-handler
https://github.com/agencypmg/queue-mapping-handler
php pmg-queue queue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agencypmg/queue-mapping-handler
- Owner: AgencyPMG
- Created: 2016-06-02T15:59:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T16:49:57.000Z (over 9 years ago)
- Last Synced: 2025-01-25T04:11:53.506Z (over 1 year ago)
- Topics: php, pmg-queue, queue
- Language: PHP
- Homepage: http://pmg-queue.readthedocs.io/en/latest/
- Size: 12.7 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pmg/queue-mapping-handler
[](https://travis-ci.org/AgencyPMG/queue-mapping-handler)
Provides a `PMG\Queue\MessageHandler` implementation that maps messages to
callables via a `HandlerResolver`. The default `HandlerResolver` is one that
uses an array or `ArrayAccess` and the message name.
See the `examples` directory for example usage with the queue as a whole.