psg/sr1-implementation
Composer 安装命令:
composer require psg/sr1-implementation
包简介
A fast PHP7 implementation of SR-1
关键字:
README 文档
README
A implementation of SR-1 using Nyholm's implementation of PSR 7 as the base.
composer require psg/sr1-implementation
$Factory = new \Psg\Sr1\Implementation\Factory; $request = $Factory->createRequest('GET', 'http://tnyholm.se'); $request = $request->withBodyString('{"name":"bob"}');
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-14