psr-mock / http-factory-implementation
轻量级的PSR-17 HTTP工厂实现提供者,旨在简化模拟测试。
1.0.1
2024-03-04 21:52 UTC
Requires
- php: ^8.1
- psr-mock/http-message-implementation: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- infection/infection: ^0.26
- mockery/mockery: ^1.5
- pestphp/pest: ^2.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-strict-rules: ^1.5
- rector/rector: ^0.15
- vimeo/psalm: ^5.8
- wikimedia/composer-merge-plugin: ^2.0
Provides
README
为PSR-17 HTTP工厂和PSR-7 HTTP消息实现提供的轻量级模拟库,专门定制以帮助您创建易于编写和维护的测试套件。
此库主要适用于像SDK这样的库,这些库消费PSR实现,但不需要对特定库的硬依赖。此库模拟现实世界的实现,并严格遵循PSR规范,使您能够创建易于编写和维护的测试套件。此外,此库还公开了一个强大的开发者API,以帮助您更快地调试和修复测试失败。
此包是PSR Mock模拟库系列的一部分。
需求
- PHP 8.1+
- Composer 2.0+
安装
composer require --dev psr-mock/http-factory-implementation
仅将此库作为开发依赖项(--dev
)安装。它不是为生产环境构建的。
PHP-FIG neither produces nor endorses, nor is it otherwise affiliated with, this library.