berlioz / http-message
Berlioz HTTP Message is a PHP library whose implements PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories) standards.
Requires
- php: ^8.2
- ext-fileinfo: *
- berlioz/helpers: ^1.10
- psr/http-factory: ^1.0 || ^2.0
- psr/http-message: ^2.0
Requires (Dev)
None
Suggests
- ext-zlib: To use GzStream
Provides
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-11 08:43:31 UTC
README
Note
This repository is a read-only split from the main Berlioz Framework repository.
For contributions, issues, or more information, please visit the main Berlioz Framework repository.
Do not open issues or pull requests here.
Berlioz HTTP Message is a PHP library whose implements PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories) standards.
📖 Full documentation
Installation
You can install Berlioz HTTP Message with Composer, it's the recommended installation.
$ composer require berlioz/http-message
Documentation
For usage and examples, visit the official documentation on getberlioz.com.