Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.06 KB

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"