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/promise 1.3.0

Promise used for asynchronous HTTP requests
Package summary
Share
0
issues
1
license
1
MIT
Package created
27 Nov 2015
Version published
4 Jan 2024
Maintainers
3
Total deps
1
Direct deps
0
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
1 Packages, Including:
php-http/promise@1.3.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

0
All Dependencies CSV
β“˜ This is a list of php-http/promise 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does php-http/promise do?

The php-http/promise package is a utility used for managing asynchronous HTTP requests in PHP. It's a vital tool for developers seeking to handle HTTP requests in a non-blocking manner, thus enhancing the performance and responsiveness of their applications. Please be aware that in future, this package might be deprecated and replaced with the upcoming Promise PSR.

How do you use php-http/promise?

To begin using php-http/promise in your project, you'll need to install it through Composer, a tool for dependency management in PHP. You can do so by running the following command in your terminal:

$ composer require php-http/promise

Once the package is installed, you can use it in your PHP scripts to manage asynchronous HTTP requests. Note that the detailed code usage examples are presented in the following section.

Where are the php-http/promise docs?

The official documentation for the php-http/promise package is hosted on the PHP-HTTP's project website. For in-depth information on how to utilize this package effectively and a more comprehensive exploration of its capabilities, take a look at the official documentation. This online resource offers crucial insights, instructions and practical examples that can simplify your development process. Stay updated and keep in mind that the future of this package is the forthcoming Promise PSR.