danizord / mid
Functional utility on top of PSR-15 interfaces
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/danizord/mid
Requires
- php: ^7.1
- http-interop/http-server-handler: ^1.0
- http-interop/http-server-middleware: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.3
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-diactoros: ^1.6
This package is not auto-updated.
Last update: 2025-10-12 06:58:20 UTC
README
This library provides a set of utility functions that helps working with PSR-15 interfaces.
Installation
Run the following to install this library:
$ composer require danizord/mid
Documentation
Coming soon...
For now you can check mid.php. Each function has a docblock containing description and usage examples.