Download the PHP package larium/http-client without Composer
On this page you can find all versions of the php package larium/http-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package http-client
PSR-7 PHP Http Client
An http client wrapping curl php extension, compatible with PSR-7 Http Message interfaces.
- Installation
- Composer from command line
- Composer from composer.json
- Set Up
- Basic Usage
- Using message factory discovery
Installation
You can install this library using Composer
Composer from command line
In root directory of your project run through a console:
Composer from composer.json
Include require line in your file
and run from console in the root directory of your project:
Set up
After installation you must require autoload file from composer in to your boot php script.
Basic usage
Using message factory discovery
You can use factory discovery to find any Request class that implements PSR-7 HTTP Message interfaces, to create the Request instance.
All versions of http-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-curl Version *
php-http/discovery Version ^1.19
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
ext-curl Version *
php-http/discovery Version ^1.19
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
The package larium/http-client contains the following files
Loading the files please wait ....