PHP Package: php-http/guzzle6-adapter

PHP HTTP library adapter for Guzzle 6, providing seamless integration and enhanced performance.

Current Version: 2.0.2
Last Updated: 2021-03-02
PHP Requirement: >=7.1
Dependencies: guzzlehttp/guzzle, php-http/message, php-http/client-common
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP HTTP Guzzle 6 adapter is a powerful tool that bridges the gap between PHP applications and the Guzzle 6 HTTP client. With optimized performance and robust features, this adapter simplifies HTTP requests and responses, offering seamless integration for developers.

🔗 View on GitHub

Download Latest Version: 2.0.2

Download Download v2.0.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/php-http/guzzle6-adapter/2.0.2/autoload.php';

use Http\Adapter\Guzzle6\Client;
use Http\Adapter\Guzzle6\Client\Client;
use Http\Adapter\Guzzle6\Client\ClientInterface;
use GuzzleHttp\Client;
use GuzzleHttp\ClientInterface;


$obj = new Http\Adapter\Guzzle6\Client();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.