Download the PHP package psr-mock/http-factory-implementation without Composer
On this page you can find all versions of the php package psr-mock/http-factory-implementation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download psr-mock/http-factory-implementation
More information about psr-mock/http-factory-implementation
Files in psr-mock/http-factory-implementation
Package http-factory-implementation
Short Description Lightweight PSR-17 HTTP Factory implementation provider tailored to simplify mocked testing.
License MIT
Homepage https://github.com/psr-mock/http-factory-implementation
Informations about the package http-factory-implementation
Lightweight mocking library for PSR-17 HTTP Factory and PSR-7 HTTP Message implementations, tailor-made to help you create test suites that are easier to write and maintain.
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
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.
All versions of http-factory-implementation with dependencies
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
psr-mock/http-message-implementation Version ^1.0