wp-launchpad / http-client
description
Installs: 17
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wp-launchpad/http-client
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).