Download the PHP package psrebniak/guzzle-socket-handler without Composer
On this page you can find all versions of the php package psrebniak/guzzle-socket-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download psrebniak/guzzle-socket-handler
More information about psrebniak/guzzle-socket-handler
Files in psrebniak/guzzle-socket-handler
Download psrebniak/guzzle-socket-handler
More information about psrebniak/guzzle-socket-handler
Files in psrebniak/guzzle-socket-handler
Vendor psrebniak
Package guzzle-socket-handler
Short Description Unix socket handler for guzzle 6
License MIT
Homepage https://github.com/psrebniak/guzzle-socket-handler
Package guzzle-socket-handler
Short Description Unix socket handler for guzzle 6
License MIT
Homepage https://github.com/psrebniak/guzzle-socket-handler
Please rate this library. Is it a good library?
Informations about the package guzzle-socket-handler
Guzzle Socket Handler
Warning
This package is deprecated since cURL 7.40.0.
Use curl_setopt
with CURLOPT_UNIX_SOCKET_PATH
option instead of this package (available in cURL 7.40.0 (PHP 7.0.7))
Unix socket handler for guzzle 6.
Installation
composer require psrebniak/guzzle-socket-handler
Usage:
Request options (from \psrebniak\GuzzleSocketHandler\SocketOptions
)
SOCKET_TIMEOUT
- alias ofRequestOptions::CONNECT_TIMEOUT
SOCKET_DEBUG
- alias ofRequestOptions::DEBUG
Done:
- sending JSON (
$options[RequestOptions::JSON]
key) - sending form params (
$options[RequestOptions::FORM_PARAMS]
key) - sending multipart (
$options[RequestOptions::multipart]
key) - tracking redirects (
$options[RequestOptions::ALLOW_REDIRECTS]
key) - timeout (
$options[RequestOptions::CONNECT_TIMEOUT]
key) - Http Authentication (
$options[RequestOptions::AUTH]
key)
All versions of guzzle-socket-handler with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
~6.0
The package psrebniak/guzzle-socket-handler contains the following files
Loading the files please wait ....