joomla/http

Joomla HTTP Package

2.0.2 2023-01-31 21:23 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

The HTTP package includes a PSR-18 compatible HTTP client to facilitate RESTful HTTP requests over a variety of transport protocols.

Requirements

  • PHP 7.0 or later

Installation

To install the package, you can simply run the following from the command line:

composer require joomla/http "~2.0"

If you want to include the test sources, use

composer require --prefer-source joomla/http "~2.0"