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 9, 2024 via composer

php-http/curl-client 2.3.1

PSR-18 and HTTPlug Async client with cURL
Package summary
Share
0
issues
1
license
9
MIT
Package created
13 Nov 2015
Version published
3 Nov 2023
Maintainers
3
Total deps
9
Direct deps
5
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
9 Packages, Including:
clue/stream-filter@v1.7.0
php-http/curl-client@2.3.1
php-http/discovery@1.19.4
php-http/httplug@2.4.0
php-http/message@1.16.1
php-http/promise@1.3.1
psr/http-client@1.0.3
symfony/deprecation-contracts@v3.5.0
symfony/options-resolver@v7.0.7
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

5
All Dependencies CSV
β“˜ This is a list of php-http/curl-client 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
php-http/discovery1.19.4-MIT
prod
php-http/httplug2.4.010.2 kBMIT
prod dev
php-http/message1.16.1-MIT
prod
psr/http-client1.0.3-MIT
prod dev
symfony/options-resolverv7.0.7-MIT
prod

Visualizations

Frequently Asked Questions

What does php-http/curl-client do?

The php-http/curl-client is a high-functioning PSR-18 and HTTPlug Async client specializing in the use of cURL. Its primary function is to utilize the cURL PHP extension, which must be enabled in your php.ini file. Being released under the MIT License, this popularly downloaded package is available for access and modification by developers, enhancing the usability and functionality of their PHP projects.

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

You can start using the php-http/curl-client by installing it through Composer. This can be done by running the command $ composer require php-http/curl-client in your command line interface. Before initiating, ensure that the appropriate cURL PHP extension is enabled in your php.ini file.

For testing purposes, you can execute the composer test command. Here is a basic example of how to use it:

# Install the package
composer require php-http/curl-client

# Use the package in your code
use Http\Client\Curl\Client;

$client = new Client(); // You successfully initiated the Curl client.

The specifics of usage depend on your particular project needs and which parts of the package functionality you are aiming to utilize.

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

The official documentation for the php-http/curl-client can be found at the PHP HTTP website. Comprehensive and user-friendly, this resource covers all aspects of using and contributing to the php-http/curl-client, making it an essential tool for both novice PHP developers and experienced programmers. For more information on specific topics, such as contributing details, conduct, and security issues, refer to the respective files (CONTRIBUTING.md, CONDUCT.md, and referencing 'security@php-http.org' for security matters) mentioned in the readme guide.