https://github.com/linna/http-message
PSR-7 implementation
https://github.com/linna/http-message
http http-message psr psr-7
Last synced: 4 months ago
JSON representation
PSR-7 implementation
- Host: GitHub
- URL: https://github.com/linna/http-message
- Owner: linna
- License: mit
- Created: 2017-07-11T18:28:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T10:38:23.000Z (over 2 years ago)
- Last Synced: 2024-04-22T03:23:18.429Z (almost 2 years ago)
- Topics: http, http-message, psr, psr-7
- Language: PHP
- Homepage:
- Size: 150 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/linna/http-message/actions/workflows/tests.yml)
[](http://php.net)
> **_NOTE:_** Code porting to PHP 8.1 ongoing.
# About
This package provide a implementations for [PSR-7 HTTP message interfaces](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md). Instead of
standard psr http message, classes in package use a [strict typed fork](https://github.com/s3b4stian/http-message).
# Status of the work
Message, Stream, Request and Uri classes works, working on others :)
# Requirements
This package require php 7.2
# Installation
With composer:
```
composer require linna/http-message
```

