phpsoftbox/http-message
Composer 安装命令:
composer require phpsoftbox/http-message
包简介
PSR-7/PSR-17 HTTP message implementation for the PhpSoftBox framework
README 文档
README
Собственная реализация PSR-7 и PSR-17 для PhpSoftBox.
Пример
use PhpSoftBox\Http\Message\ServerRequest; use PhpSoftBox\Http\Message\Uri; $request = new ServerRequest('GET', new Uri('https://example.com/ping'));
Создание запроса из globals
use PhpSoftBox\Http\Message\ServerRequestCreator; $creator = new ServerRequestCreator(); $request = $creator->fromGlobals();
统计信息
- 总下载量: 130
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 21
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-04