Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
This package has been abandoned. Use psr/http-factory instead.
Generated on May 16, 2024 via composer

php-http/message-factory 1.1.0

Factory interfaces for PSR-7 HTTP Message
Package summary
Share
1
issue
1
high severity
meta
1
1
license
1
MIT
Package created
19 May 2015
Version published
14 Apr 2023
Maintainers
4
Total deps
1
Direct deps
0
License
MIT

Issues

1

1 high severity issue

high
via: php-http/message-factory@1.1.0
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
1 Packages, Including:
php-http/message-factory@1.1.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/message-factory 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does php-http/message-factory do?

php-http/message-factory is a PHP package that serves as a factory for PSR-7 HTTP Messages. As a useful tool for any PHP developer, it assists with the creation of these standard messages often employed in HTTP client implementations. However, it is important to note that with the introduction of the PSR-17 factories standard, the PHP-HTTP factories provided by this package have been rendered obsolete. It's advised for all related implementations to transition to PSR-17, though php-http/message-factory will remain available in order to maintain compatibility with existing projects.

How do you use php-http/message-factory?

Using php-http/message-factory involves just a few steps. Firstly, the package must be installed via Composer using the following command in the terminal:

$ composer require php-http/message-factory

However, as mentioned before, due to the obsoletion of PHP-HTTP factories following the introduction of PSR-17, it is recommended for developers to start using PSR-17 factories instead.

Where are the php-http/message-factory docs?

The official documentation for php-http/message-factory can be found at the following URL: http://docs.php-http.org/en/latest/message/message-factory.html . This resource houses all the requisite information concerning the use and the functionalities of the package, aiding developers in their interaction with it.