php-http/logger-plugin
PSR-3 Logger plugin for HTTPlug
1.5.0
27M downloads/mo
#1217 most downloaded on Packagist
php-http/logger-plugin
What this package is like to depend on
Last release 7 months ago
05 Jan 2026
Release timing varies
gaps range from 2 months to 2.7 years
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
9 releases · first in 2016
1 release in the last 12 months
see the full history below
Release timeline
9 releases · May 2016 to Jan 2026
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 9-
1.5.005 Jan 2026 -
1.4.031 Oct 2024Release notes
Open source →- Support PHP 8.3 and 8.4
- Remove support for EOL PHP versions < 8.2
CI:
- Rewrote testing with phpunit instead of phpspec.
- Removed unused scrutinizer from build
Release notes
Open source →- Support PHP 8.3 and 8.4
- Remove support for EOL PHP versions < 8.2
CI:
- Rewrote testing with phpunit instead of phpspec.
- Removed unused scrutinizer from build
-
1.3.101 Sep 2024 -
1.3.011 Feb 2022Release notes
Open source →- Do not log request when loggin response again, but use UID to identify request
that belongs to response.
If you use a logger that does not loginfoseverity and want the request
logged when an error happened, use a Fingerscrossed log handler to also log
info if any error is logged. - Removed the request and response from the log context. They did not get
printed because they don't implement__toString. - Supporting the newly introduced message formatter method
formatResponseForRequestthat allows more flexibility in the formatter.
See php-http/message#146
Release notes
Open source →- Do not log request when loggin response again, but use UID to identify request
that belongs to response.
If you use a logger that does not log
infoseverity and want the request logged when an error happened, use a Fingerscrossed log handler to also log info if any error is logged. - Removed the request and response from the log context. They did not get
printed because they don't implement
__toString. - Supporting the newly introduced message formatter method
formatResponseForRequestthat allows more flexibility in the formatter. See https://github.com/php-http/message/pull/146
- Do not log request when loggin response again, but use UID to identify request
-
1.2.226 Jul 2021 -
1.2.127 Nov 2020 -
1.2.014 Jul 2020 -
1.1.030 Jan 2019Release notes
Open source →- Support client-common 1.9 and 2
- Measure the time it took to do the request
-
v1.0.004 May 2016