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

https://github.com/krakphp/mw

Framework Agnostic Middleware Library
https://github.com/krakphp/mw

decorators middleware pipeline

Last synced: 10 months ago
JSON representation

Framework Agnostic Middleware Library

Awesome Lists containing this project

README

          

# Mw (Middleware)

[![Author](http://img.shields.io/badge/author-@ragboyjr-blue.svg?style=flat-square)](https://twitter.com/ragboyjr)
[![Source Code](http://img.shields.io/badge/source-krak/mw-blue.svg?style=flat-square)](https://github.com/krakphp/mw)
[![Latest Version](https://img.shields.io/github/release/krakphp/mw.svg?style=flat-square)](https://github.com/krakphp/mw/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Documentation Status](https://readthedocs.org/projects/mw/badge/?version=latest)](http://mw.readthedocs.io/en/latest/?badge=latest)
[![Total Downloads](https://img.shields.io/packagist/dt/krak/mw.svg?style=flat-square)](https://packagist.org/packages/krak/mw)

The Mw library is a very flexible framework for converting middleware into handlers. Middleware offer a clean syntax for implementing the [Decorator Pattern](https://en.wikipedia.org/wiki/Decorator_pattern)

```php