Download the PHP package guzzlehttp/psr7 without Composer
On this page you can find all versions of the php package guzzlehttp/psr7. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package psr7
Guzzle PSR-7
guzzlehttp/psr7 is a PSR-7 HTTP message implementation for PHP. It provides
request, response, URI, uploaded file, and stream objects that work with Guzzle
and any other library using the PSR-7 interfaces.
Use this package directly when you need to create or inspect PSR-7 messages
without sending HTTP requests. If you only want to make HTTP requests, install
guzzlehttp/guzzle
instead; it already depends on this package.
Installation
Version Guidance
| Version | Status | PHP Version |
|---|---|---|
| 3.0 | Latest | >=7.4,<8.6 |
| 2.13 | Maintenance | >=7.2.5,<8.6 |
| 1.9 | End of Life | >=5.4,<8.2 |
Quick Start
PSR-7 messages and URIs are immutable. Methods such as withHeader() and
withUri() return a changed copy instead of modifying the original object.
Streams are mutable body handles; reading, writing, seeking, and closing a
stream can change its cursor, contents, or usability.
Documentation
- PSR-7 Messages
- Streams and Decorators
- URI Helpers
- PSR-17 Factories
- Message Helpers
- Diagnostic Values
- Header and Query Helpers
- Stream Helpers
- URI and MIME Helpers
- Upgrade Guide
- Changelog
Security
If you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see Security Policy for more information.
License
Guzzle is made available under the MIT License (MIT). Please see License File for more information.
For Enterprise
Available as part of the Tidelift Subscription
The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
All versions of psr7 with dependencies
psr/http-factory Version ^1.1
psr/http-message Version ^2.0
symfony/polyfill-php80 Version ^1.25
symfony/polyfill-php82 Version ^1.27