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
- Host: GitHub
- URL: https://github.com/krakphp/mw
- Owner: krakphp
- License: mit
- Created: 2016-06-13T03:25:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T19:49:03.000Z (about 9 years ago)
- Last Synced: 2024-08-19T09:13:55.658Z (almost 2 years ago)
- Topics: decorators, middleware, pipeline
- Language: PHP
- Size: 295 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mw (Middleware)
[](https://twitter.com/ragboyjr)
[](https://github.com/krakphp/mw)
[](https://github.com/krakphp/mw/releases)
[](LICENSE)
[](http://mw.readthedocs.io/en/latest/?badge=latest)
[](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