joomla / http
Joomla HTTP Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 483 376
Dependents: 15
Suggesters: 1
Security: 0
Stars: 17
Watchers: 13
Forks: 18
Open Issues: 0
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- composer/ca-bundle: ^1.3
- joomla/uri: ^2.0
- laminas/laminas-diactoros: ^2.4.0
- psr/http-client: ^1.0
- psr/http-message: ^1.0
Requires (Dev)
- joomla/coding-standards: ^3.0@dev
- joomla/test: ^2.0
- phpunit/phpunit: ^8.5|^9.0
Suggests
- ext-curl: To use cURL for HTTP connections
This package is auto-updated.
Last update: 2023-09-12 11:36:11 UTC
README
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"