mingalevme / psr-http-client-stubs
Some simple PSR HTTP Client helpful stubs and decorators for testing purposes.
2.0.4
2023-01-09 16:31 UTC
Requires
- php: ^8.0
- psr/http-client: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- guzzlehttp/psr7: ^2.4
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.7
- vimeo/psalm: ^5.1
Provides
README
Some simple PSR HTTP Client helpful stubs and decorators for testing purposes.
Stubs:
- QueuePsrHttpClientTest
- StaticResponseMapPsrHttpClientTest
- StaticResponsePsrHttpClient
- NullPsrHttpClient
Decorators:
- HistoryPsrHttpClientDecorator
Code quality:
- 100% code coverage
- Psalm at max level
- PHPStan at max level
- PHP CS Fixer
See tests for examples.