danizord / mid
Functional utility on top of PSR-15 interfaces
0.2
2017-12-15 00:18 UTC
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-03-02 04:14:40 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.