Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via composer

php-http/guzzle6-adapter v2.0.2

Guzzle 6 HTTP Adapter
Package summary
Share
0
issues
1
license
11
MIT
Package created
23 May 2015
Version published
2 Mar 2021
Maintainers
4
Total deps
11
Direct deps
3
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
11 Packages, Including:
guzzlehttp/guzzle@6.5.8
guzzlehttp/promises@1.5.3
guzzlehttp/psr7@1.9.1
php-http/guzzle6-adapter@v2.0.2
php-http/httplug@2.4.0
php-http/promise@1.3.1
psr/http-client@1.0.3
ralouphie/getallheaders@3.0.3
symfony/polyfill-intl-idn@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-php72@v1.29.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

3
All Dependencies CSV
β“˜ This is a list of php-http/guzzle6-adapter 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
guzzlehttp/guzzle6.5.8-MIT
prod
php-http/httplug2.4.010.2 kBMIT
prod
psr/http-client1.0.3-MIT
prod

Visualizations

Frequently Asked Questions

What does php-http/guzzle6-adapter do?

The php-http/guzzle6-adapter is a comprehensive tool that equips developers with the ability to integrate and use the Guzzle 6 HTTP client with PHP. It serves as a bridge enabling compatibility between Guzzle 6 and PHP 8, facilitating streamlined and efficient web-based operations. It must be noted, however, that while this adapter supports PHP 8, the Guzzle 6 itself isn't tested on that version. In cases where you need a PSR-18 client or for asynchronous calls, it's recommended to use Guzzle 7 or the guzzle7-adapter respectively.

How do you use php-http/guzzle6-adapter?

Installation and usage of php-http/guzzle6-adapter is quite straightforward. First of all, you need to install it. For this, you need composer, a tool for dependency management in PHP. You can install the adapter via composer by firing off this command in your terminal:

$ composer require php-http/guzzle6-adapter

After successful installation, you can use this adapter in your PHP code by requiring the autoloader installed by composer:

require 'vendor/autoload.php';
// your PHP code here

Where are the php-http/guzzle6-adapter docs?

The official documentation of php-http/guzzle6-adapter is a valuable resource for anyone who wants to delve into its use and understand its features in detail. It provides step-by-step instructions, explanations, and tips to better utilize the package. This documentation is accessible at the following link: Official Documentation.