An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pmg/queue-mapping-handler

[![Build Status](https://travis-ci.org/AgencyPMG/queue-mapping-handler.svg?branch=master)](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.