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
This package has been abandoned. Use guzzlehttp/guzzle instead.
Generated on May 9, 2024 via composer

guzzle/guzzle v3.9.3

PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle
Package summary
Share
1
issue
1
high severity
meta
1
1
license
2
MIT
Package created
9 Nov 2011
Version published
18 Mar 2015
Maintainers
2
Total deps
2
Direct deps
1
License
MIT

Issues

1

1 high severity issue

high
via: guzzle/guzzle@v3.9.3
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
2 Packages, Including:
guzzle/guzzle@v3.9.3
symfony/event-dispatcher@v2.8.52
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

1
All Dependencies CSV
β“˜ This is a list of guzzle/guzzle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/event-dispatcherv2.8.52-MIT
prod

Visualizations

Frequently Asked Questions

What does guzzle/guzzle do?

Guzzle/Guzzle is a powerful and robust PHP HTTP client and webservice framework. It offers an enhanced API that provides all the capabilities of cURL through a simplified interface. With Guzzle, developers can truly leverage the perks of HTTP/1.1, including persistent connections, connection pooling, and parallel requests. Additionally, its service description DSL allows faster building of excellent web service clients and its Symfony2 event-based plugin system imparts the ability to completely modify the behaviour of a request. However, this version, Guzzle 3.x, is not the latest one and is only maintained for bug and security fixes. Guzzle 5.x is the new, upgraded version accessible at https://github.com/guzzle/guzzle.

How do you use guzzle/guzzle?

Guzzle/Guzzle can be installed and used in your PHP project through Composer, the recommended installation technique. Start by installing Composer using the command: curl -sS https://getcomposer.org/installer | php. Then, add Guzzle as a dependency to your project with the command: php composer.phar require guzzle/guzzle:~3.9.

In your PHP file, you need to require Composer's autoloader post-installation, which can be done by adding this line: require 'vendor/autoload.php;.

Where are the guzzle/guzzle docs?

The Guzzle/Guzzle documentation providing useful information about how to navigate and use this framework resides at http://guzzle3.readthedocs.org/en/latest/. Here, you can find intricacies, set-up instructions, usage examples, and remedy for common issues faced while working with Guzzle. If your queries or hitches are not covered in these documents, you can visit the dedicated Guzzle forums at https://groups.google.com/forum/?hl=en#!forum/guzzle or converse on the IRC channel (#guzzlephp @ irc.freenode.net). The open-source nature of Guzzle ensures that newer versions and fixes are always on the horizon.