An open API service indexing awesome lists of open source software.

https://github.com/tattersoftware/codeigniter4-http

PSR-7 implementation for CodeIgniter 4
https://github.com/tattersoftware/codeigniter4-http

Last synced: 12 months ago
JSON representation

PSR-7 implementation for CodeIgniter 4

Awesome Lists containing this project

README

          

# Tatter\Http

PSR-7 implementation for CodeIgniter 4

## Approach

This library is a bridge for [laminas-diactoros](https://github.com/laminas/laminas-diactoros)
to integrate it with the existing CodeIgniter 4 HTTP layer and provide a
completely PSR-7 and PSR-17 compliant version of the framework.

## License

This package is made available under the MIT License. Portions of this package
rely on **laminas-diactoros** which is released under the
[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) which should be upheld
in any project that makes use of this package.