chillerlan/psr-7
最新稳定版本:1.2.0
Composer 安装命令:
composer require chillerlan/psr-7
包简介
A PSR-7 HTTP message and PSR-17 HTTP factory implementation.
README 文档
README
A PSR-7/PSR-17 HTTP message and factory implementation.
Overview
Features
- PSR-7 HTTP message implementation
- PSR-17 HTTP factory implementation
MultipartStreamBuilderbased on PSR-7Messageobjects (RFC-2046, section 5.1)
Requirements
- PHP 8.1+
Documentation
The documentation of the PSR-7 interfaces can be found over at https://www.php-fig.org/psr/psr-7/.
NOTE: This library has abandoned the paranoid "value object" "immuatbility" that is dictated by PSR-7 for it is horseshit. The pseudo-immutability gets in the way more often (always) than it is useful (never) and creates endless overhead. If you want your objects to be immutable for whatever reason, just fucking clone them and don't force countless libraries to do that for you instead. If you don't like it, just use Guzzle instead (spoiler: you won't notice the difference).
Auto generated API documentation
The API documentation can be auto generated with phpDocumentor. There is an online version available via the gh-pages branch that is automatically deployed on each push to main.
Locally created docs will appear in .build/phpdocs/. If you'd like to create local docs, please follow these steps:
- download phpDocumentor v3+ as .phar archive
- run it in the repository root directory:
- on Windows
c:\path\to\php.exe c:\path\to\phpDocumentor.phar --config=phpdoc.xml - on Linux just
php /path/to/phpDocumentor.phar --config=phpdoc.xml
- on Windows
- open index.html in a browser
- profit!
Disclaimer
Use at your own risk!
License information
This library contains portions of code (tests) from the following libraries:
- Guzzle PSR-7 (MIT)
- Slim (MIT)
统计信息
- 总下载量: 7.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-09