joomla/http

Joomla HTTP Package

3.0.1 2024-03-11 18:42 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"