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
- Host: GitHub
- URL: https://github.com/wp-launchpad/http-client
- Owner: wp-launchpad
- License: gpl-2.0
- Created: 2023-04-11T20:20:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T21:01:29.000Z (6 months ago)
- Last Synced: 2024-12-15T22:17:17.980Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).