Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 8, 2024 via composer

php-http/guzzle6-adapter v0.1.0

Guzzle 6 HTTP adapter
Package summary
Share
1
issue
1
high severity
meta
1
1
license
9
MIT
Package created
23 May 2015
Version published
12 Jun 2015
Maintainers
4
Total deps
9
Direct deps
2
License
MIT

Issues

1

1 high severity issue

high
via: php-http/adapter@v0.1.0
Collapse
Expand

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
9 Packages, Including:
guzzlehttp/guzzle@6.5.8
guzzlehttp/promises@1.5.3
guzzlehttp/psr7@1.9.1
php-http/adapter@v0.1.0
php-http/guzzle6-adapter@v0.1.0
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

2
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/adapterv0.1.05.86 kBMIT
prod
1

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.