einar-hansen/http-client-factory
最新稳定版本:v1.1.3
Composer 安装命令:
composer require einar-hansen/http-client-factory
包简介
Common interface for HTTP client factories
README 文档
README
This repository holds the interface for new http factories that return a PSR-18 (HTTP Client) client.
Note that this is not a HTTP Client Factory implementation. For an example, checkout the Guzzle Client Factory
The installable package and dependents are listed on Packagist.
Installation
composer require einar-hansen/http-client-factory
Testing
# Install packages docker run --rm --interactive --tty --volume $(pwd):/app composer install # Run code style formatting and static analysis docker run -it -v $(pwd):/app -w /app php:8.1-alpine vendor/bin/pint docker run -it -v $(pwd):/app -w /app php:8.1-alpine vendor/bin/phpstan --level=9 analyse src
License
The MIT License (MIT).
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-08