ideationnet/invoker-router-middleware

Invoker Router PSR-15 compatible middleware

1.0 2017-11-14 10:30 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:41:29 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads StyleCI

A simple PSR-15 compatible invoker router middleware.

From an array of routes this will dispatch and invoke anything supported by your InvokerInterface implementation. Based on FastRoute. Useful in Action Domain Responder (ADR) architectures when used with the invokable Action class.

Requirements

Install

Via Composer

$ composer require ideationnet/invoker-router-middleware

Usage

TBC...

Security

If you discover any security related issues, please email darren@darrenmothersele.com instead of using the issue tracker.

Credits

License

The MIT License. Please see License File for more information.