https://github.com/chadicus/psr-middleware
Foundational interface for PSR-7 middleware
https://github.com/chadicus/psr-middleware
Last synced: about 1 year ago
JSON representation
Foundational interface for PSR-7 middleware
- Host: GitHub
- URL: https://github.com/chadicus/psr-middleware
- Owner: chadicus
- Created: 2016-09-29T15:08:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T19:35:44.000Z (about 3 years ago)
- Last Synced: 2025-04-17T04:20:40.532Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Chadicus\Psr\Middlware
[](https://packagist.org/packages/chadicus/psr-middleware)
[](https://packagist.org/packages/chadicus/psr-middleware)
[](https://packagist.org/packages/chadicus/psr-middleware)
[](https://packagist.org/packages/chadicus/psr-middleware)
[](https://packagist.org/packages/chadicus/psr-middleware)
[](https://packagist.org/packages/chadicus/psr-middleware)
Foundational interface for PSR-7 compliant middleware.
## Requirements
Chadicus\Psr\Middleware requires PHP 5.6 (or later).
##Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on
`chadicus/psr-middleware` to your project's `composer.json` file such as:
```json
{
"require": {
"chadicus/psr-middleware": "^1.0"
}
}
```
##Contact
Developers may be contacted at:
* [Pull Requests](https://github.com/chadicus/psr-middleware/pulls)
* [Issues](https://github.com/chadicus/psr-middleware/issues)