psr-mock / http-factory-implementation
Lightweight PSR-17 HTTP Factory implementation provider tailored to simplify mocked testing.
Installs: 2 538
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- psr-mock/http-message-implementation: ^1.0
- psr/http-factory: ^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-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.
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.