wp-launchpad / http-client
description
v0.0.1
2023-04-13 11:45 UTC
Requires
- httpsoft/http-message: ^1.0
- psr/http-client: ^1.0
Requires (Dev)
- brain/monkey: ^2.0
- phpunit/phpunit: ^7.5 || ^8 || ^9
- wp-media/phpunit: ^3.0
README
A simple PSR-18 compatible client that allows compatibility between WordPress and the outside world.
Install
You can install it by running the following command:
composer require wp-launchpad/http-client
Usage
You can use it directly by instantiate it.
If you do so then it gonna work with httpsoft
implementation from http-message
(PSR-7).