Skip to content

Talesoft/tale-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packagist License CI Coverage

Tale Http

What is Tale Http?

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.

Installation

composer require talesoft/tale-http

Usage

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...