psr-mock/http-factory-implementation

Lightweight PSR-17 HTTP Factory implementation provider tailored to simplify mocked testing.

1.0.0 2023-03-27 18:16 UTC

This package is auto-updated.

Last update: 2023-05-27 18:37:43 UTC


README

Lightweight PSR-17 HTTP Factory mocking implementation tailored to simplify testing. This library mocks HTTP requests and is not intended for use in production.

This library inherits psr-mock/http-message-implementation, therefore also making this a provider of PSR-7.

codecov packagist status license

Requirements

  • PHP 8.0+

Installation

composer require --dev psr-mock/http-factory-implementation

This library is not produced or endorsed by, or otherwise affiliated with, the PHP-FIG.