psr-mock/http-client-implementation

Lightweight PSR-18 HTTP Client implementation provider tailored to simplify mocked testing.

Maintainers

👁 evansims

Package info

github.com/psr-mock/http-client-implementation

pkg:composer/psr-mock/http-client-implementation

Statistics

Installs: 52 378

Dependents: 6

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2024-03-04 21:48 UTC

Requires

Suggests

None

Conflicts

None

Replaces

None

MIT 3afdff33b27283890e8ce533cca48aec89eaf5de

testingmockingpsrpsr-18http-client-implementation

This package is auto-updated.

Last update: 2026-06-05 05:46:59 UTC


README

Lightweight mocking library for PSR-18 HTTP Client implementations, tailor-made to help you create test suites that are easier to write and maintain.

👁 codecov
👁 packagist
👁 status
👁 license

This library is primarily intended for use in libraries like SDKs that consume PSR implementations without requiring hard dependencies on specific libraries. The library mocks a real-world implementation and strictly adheres to PSR specifications, enabling you to create test suites that are easier to write and maintain. The library also exposes a robust developer API to help you debug and fix test failures substantially faster.

This package is part of the PSR Mock suite of mocking libraries.

Requirements

  • PHP 8.1+
  • Composer 2.0+

Installation

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

Only install this library as a development dependency (--dev). It's not built for use in production environments.

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