Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 16, 2024 via composer

php-http/client-common 2.7.1

Common HTTP Client implementations and tools for HTTPlug
Package summary
Share
0
issues
1
license
10
MIT
Package created
24 Dec 2015
Version published
30 Nov 2023
Maintainers
3
Total deps
10
Direct deps
6
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
10 Packages, Including:
clue/stream-filter@v1.7.0
php-http/client-common@2.7.1
php-http/httplug@2.4.0
php-http/message@1.16.1
php-http/promise@1.3.1
psr/http-client@1.0.3
psr/http-factory@1.1.0
symfony/deprecation-contracts@v3.5.0
symfony/options-resolver@v7.0.7
symfony/polyfill-php80@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

6
All Dependencies CSV
β“˜ This is a list of php-http/client-common 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
php-http/httplug2.4.010.2 kBMIT
prod
php-http/message1.16.1-MIT
prod
psr/http-client1.0.3-MIT
prod
psr/http-factory1.1.0-MIT
prod
symfony/options-resolverv7.0.7-MIT
prod
symfony/polyfill-php80v1.29.0-MIT
prod

Visualizations

Frequently Asked Questions

What does php-http/client-common do?

The php-http/client-common is a tool that provides common implementations and resources for HTTP clients. It's part of the HTTPlug project and is particularly designed to handle tasks such as sending requests in parallel and providing convenience features like HTTP method names as class methods. The package also includes emulator and decorator layers designed specifically for syncing and managing asynchronous clients.

How do you use php-http/client-common?

To use the php-http/client-common package, you need to install it using Composer. Open your terminal and type:

$ composer require php-http/client-common

Once installed, you can utilize various tools for common HTTP client tasks included in the package. These include BatchClient, a tool for sending parallel requests, and Emulator, which is used to create decorator layers for sync/async clients.

Where are the php-http/client-common docs?

The official documentation for the php-http/client-common package is available on the HTTPlug project website. You can delve into a more detailed exploration of the package and how to use its resources effectively by visiting the official documentation. This documentation provides a comprehensive guide on how to use and contribute to the project and ensures you can maximize the potential of this powerful PHP HTTP client tool.