Download the PHP package rp76/guzzle without Composer
On this page you can find all versions of the php package rp76/guzzle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor rp76
Package guzzle
Short Description This package will help you to get data easier than usual from guzzle.
License MIT
Homepage https://github.com/RezaParsian/Guzzle
Package guzzle
Short Description This package will help you to get data easier than usual from guzzle.
License MIT
Homepage https://github.com/RezaParsian/Guzzle
Keywords Guzzleguzzlehttp
Please rate this library. Is it a good library?
Informations about the package guzzle
Guzzle, PHP HTTP client
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc...
But It's hard to read response form end points.
This package will help you to get data easier than usual.
Instaliation
Usage
Availbe methods
Method | Short one |
---|---|
$client->easySend($request)->getBody() |
$client->easySend($request)->body |
$client->easySend($request)->getJson() |
$client->easySend($request)->json |
$client->easySend($request)->getObject() |
$client->easySend($request)->object |
$client->easySend($request)->getHeaders() |
$client->easySend($request)->headers |
$client->easySend($request)->getHeader() |
|
$client->easySend($request)->getRequestHeaders() |
$client->easySend($request)->requestHeaders |
$client->easySend($request)->getRequestHeader() |
|
$client->easySend($request)->getStatusCode() |
$client->easySend($request)->statusCode |
$client->easySend($request)->success() |
|
$client->easySend($request)->getRequestParams() |
$client->easySend($request)->requestParams |
$client->easySend($request)->getRequestUrl() |
$client->easySend($request)->requestUrl |
$client->easySend($request)->getEffectiveUrl() |
$client->easySend($request)->effectiveUrl |
$client->easySend($request)->getResponseTime() |
$client->easySend($request)->ResponseTime |
getEffectiveUrl: return request url after redirect.
License
The MIT License (MIT). Please see License File for more information.
All versions of guzzle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
guzzlehttp/guzzle Version ^7.0.1
psr/log Version >=1.1
ext-json Version *
monolog/monolog Version ^3.0
guzzlehttp/guzzle Version ^7.0.1
psr/log Version >=1.1
ext-json Version *
monolog/monolog Version ^3.0
The package rp76/guzzle contains the following files
Loading the files please wait ....