http-interop / http-factory-guzzle
使用 Guzzle PSR7 的 HTTP 工厂
1.2.0
2021-07-21 13:50 UTC
Requires
- php: >=7.3
- guzzlehttp/psr7: ^1.7||^2.0
- psr/http-factory: ^1.0
Requires (Dev)
- http-interop/http-factory-tests: ^0.9
- phpunit/phpunit: ^9.5
Suggests
- guzzlehttp/psr7: Includes an HTTP factory starting in version 2.0
Provides
README
为 Guzzle 实现了 HTTP 工厂。
注意: 从版本 2.0 开始,guzzlehttp/psr7
包含了 HTTP 工厂的实现。如果您的项目可以使用 "guzzlehttp/psr7": "^2.0"
,请使用官方的工厂。