psr-mock/http-factory-implementation

轻量级的PSR-17 HTTP工厂实现提供者,旨在简化模拟测试。

1.0.1 2024-03-04 21:52 UTC

This package is auto-updated.

Last update: 2024-09-05 02:23:45 UTC


README

为PSR-17 HTTP工厂和PSR-7 HTTP消息实现提供的轻量级模拟库,专门定制以帮助您创建易于编写和维护的测试套件。

codecov packagist status license

此库主要适用于像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.