Download the PHP package jeroen/post-request-sender without Composer
On this page you can find all versions of the php package jeroen/post-request-sender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeroen/post-request-sender
More information about jeroen/post-request-sender
Files in jeroen/post-request-sender
Download jeroen/post-request-sender
More information about jeroen/post-request-sender
Files in jeroen/post-request-sender
Vendor jeroen
Package post-request-sender
Short Description Micro library with interface for sending post requests. Includes test doubles and adapters
License GPL-2.0-or-later
Homepage https://github.com/JeroenDeDauw/PostRequestSender
Package post-request-sender
Short Description Micro library with interface for sending post requests. Includes test doubles and adapters
License GPL-2.0-or-later
Homepage https://github.com/JeroenDeDauw/PostRequestSender
Please rate this library. Is it a good library?
Informations about the package post-request-sender
Post Request Sender
Micro library with PostRequestSender
interface and some test doubles.
For the common cases where you do not need the complexity of the heavyweight libraries.
Usage
Included implementations
Adapters
GuzzlePostRequestSender
Adapter for Guzzle
Decorators
LoggingPostRequestSender
Takes aPsr\Log\LoggerInterface
SpyPostRequestSender
Test double that records calls
Test doubles
SpyPostRequestSender
Test double that records callsStubPostRequestSender
Test double that returns a response provided in the constructor
Release notes
2.0.0 (2022-02-03)
- Ditched
ResponseInterface
in favor of a new simple value objectPostResponse
1.0.1 (2022-02-02)
- Fixed behavior of
TestResponse::getBody
1.0.0 (2022-01-30)
Initial release with
PostRequestSender
interfaceSpyPostRequestSender
test double (andPostRequest
value object)StubPostRequestSender
test doubleGuzzlePostRequestSender
implementationLoggingPostRequestSender
decoratorTestResponse
helper implementation or PSR7ResponseInterface
All versions of post-request-sender with dependencies
PHP Build Version
Package Version
The package jeroen/post-request-sender contains the following files
Loading the files please wait ....