Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 15, 2024 via composer

fig/http-message-util 1.1.5

Utility classes and constants for use with PSR-7 (psr/http-message)
Package summary
Share
0
issues
1
license
1
MIT
Package created
6 Aug 2016
Version published
24 Nov 2020
Maintainers
2
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:
fig/http-message-util@1.1.5
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 fig/http-message-util 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does fig/http-message-util do?

The fig/http-message-util package is a utility resource for PHP developers, aimed at facilitating common operations with PSR-7 (psr/http-message). Its primary purpose is to provide constants for referencing request methods, response status codes and messages, and potentially common headers. However, it's important to indicate that the implementation of PSR-7 interfaces is not within the package's purpose.

How do you use fig/http-message-util?

To get started with fig/http-message-util, the first step is its installation. The package can be added as a Composer requirement, which is a tool for dependency management in PHP. The installation can be done with the following command in your terminal:

$ composer require fig/http-message-util

Just remember that you need to have Composer installed in your development environment before you proceed with this command. The usage of the package in your PHP projects would depend mainly on your development needs.

Where are the fig/http-message-util docs?

Unfortunately, the fig/http-message-util package doesn't provide a dedicated documentation. The best source of information is its GitHub repository: https://github.com/php-fig/http-message-util.git. However, there might be vital pieces of information in the official PSR-7 documentation, which is closely related to the purpose of this utility package. You can visit the PSR-7 documentation at https://www.php-fig.org/psr/psr-7/.