An open API service indexing awesome lists of open source software.

https://github.com/wp-launchpad/http-client

A PSR-18 respectful HTTP client
https://github.com/wp-launchpad/http-client

Last synced: 5 months ago
JSON representation

A PSR-18 respectful HTTP client

Awesome Lists containing this project

README

        

# http-client
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).