Tale HTTP is an implementation of the PSR-7 and PSR-17 standards that doesn't add any own great logic or functionality, but rather acts as a base for sophisticated libraries that require a lightweight default implementation.
The classes are laid out to be used inside dependency injection containers following the PSR-11 spec.
Every single part of the library is interoperable with any PSR-7/PSR-17 implementation through PSR factories.
composer require talesoft/tale-http
For now, check out the source code please.
All functionality is covered in src/functions.php
.
Every single factory can be swapped out for another factory following the PSR specs.
TODO: Much documentation...