Joomla HTTP Package


Keywords
framework, http, joomla, curl, joomla-framework, php
License
GPL-2.0-or-later

Documentation

The HTTP Package Build Status

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"