psr-mock / http-client-implementation
Lightweight PSR-18 HTTP Client implementation provider tailored to simplify mocked testing.
Installs: 2 721
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- psr/http-client: ^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
Lightweight PSR-18 HTTP Client mocking implementation tailored to simplify testing. This library mocks HTTP requests and is not intended for use in production.
Requirements
- PHP 8.0+
Installation
composer require --dev psr-mock/http-client-implementation
This library is not produced or endorsed by, or otherwise affiliated with, the PHP-FIG.