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
- Host: GitHub
- URL: https://github.com/tattersoftware/codeigniter4-http
- Owner: tattersoftware
- License: mit
- Created: 2020-11-29T16:11:32.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-13T14:05:37.000Z (over 3 years ago)
- Last Synced: 2025-03-14T15:17:49.118Z (over 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.