fig/http-message-util
Utility classes and constants for use with PSR-7 (psr/http-message)
1.1.5
103M downloads/mo
#369 most downloaded on Packagist
php-fig/http-message-util
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Ships fairly regularly
a new release about every 10 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
7 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Aug 2016 to Nov 2020Releases
latest 7-
1.1.524 Nov 2020Release notes
Open source →Added
- #19 adds support for PHP 8.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
- #19 adds support for PHP 8.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
-
1.1.405 Feb 2020Release notes
Open source →Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #15 removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.
Fixed
- Nothing.
Release notes
Open source →Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #15 removes the dependency on psr/http-message, as it is not technically necessary for usage of this package.
Fixed
- Nothing.
-
1.1.319 Nov 2018Release notes
Open source →Added
- #10 adds the constants
StatusCodeInterface::STATUS_EARLY_HINTS(103) and
StatusCodeInterface::STATUS_TOO_EARLY(425).
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
- #10 adds the constants
StatusCodeInterface::STATUS_EARLY_HINTS(103) andStatusCodeInterface::STATUS_TOO_EARLY(425).
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- #10 adds the constants
-
1.1.209 Feb 2017Release notes
Open source →Added
- #4 adds the constant
StatusCodeInterface::STATUS_MIDIRECTED_REQUEST(421).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
- #4 adds the constant
StatusCodeInterface::STATUS_MISDIRECTED_REQUEST(421).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- #4 adds the constant
-
1.1.106 Feb 2017Release notes
Open source →Added
- #3 adds the constant
StatusCodeInterface::STATUS_IM_A_TEAPOT(418).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
- #3 adds the constant
StatusCodeInterface::STATUS_IM_A_TEAPOT(418).
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- #3 adds the constant
-
1.1.019 Sep 2016Release notes
Open source →Added
- #1 adds
Fig\Http\Message\StatusCodeInterface, with constants named after common status reason phrases, with values indicating the status codes themselves.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
- #1 adds
Fig\Http\Message\StatusCodeInterface, with constants named after common status reason phrases, with values indicating the status codes themselves.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- #1 adds
-
1.0.005 Aug 2016Release notes
Open source →Initial release.
Provides
Fig\Http\Message\RequestMethodInterface, with constants mapping to the most common HTTP request methods.Release notes
Open source →Added
- Adds
Fig\Http\Message\RequestMethodInterface, with constants covering the most common HTTP request methods as specified by the IETF.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Adds