colinodell/psr-testlogger
PSR-3 compliant test logger based on psr/log v1's, but compatible with v2 and v3 too!
v1.3.1
15M downloads/mo
#885 most downloaded on Packagist
colinodell/psr-testlogger
What this package is like to depend on
Last release 9 months ago
04 Nov 2025
Ships fairly regularly
a new release about every 10 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
5 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2022 to Nov 2025
2023
2024
2025
2026
Releases
latest 5-
v1.3.104 Nov 2025Release notes
Open source →What's Changed
- fix: phpstan failure by @colinodell in #8
- ci: add tests for PHP 8.4 and 8.5 by @Chris53897 in #7
New Contributors
- @Chris53897 made their first contribution in #7
Full Changelog: v1.3.0...v1.3.1
Release notes
Open source →Added
- Added explicit
@paramtag for$message(#8) - Added PHP 8.4 and 8.5 to test matrix (#7)
-
v1.3.029 Nov 2023Release notes
Open source →Changed
- Level arguments for
hasRecord*()methods are now optional (#5)
Fixed
- Fixed PHP 8.2 compatibility when handling exception type records (#4)
Release notes
Open source →Changed
- Level arguments for
hasRecord*()methods are now optional (#5)
Fixed
- Fixed PHP 8.2 compatibility when handling exception type records (#4)
- Level arguments for
-
v1.2.014 Mar 2023Release notes
Open source →Added
- Added support for custom string- and int-based log levels (#2)
Changed
- Minimum PHP version is now 8.0
Fixed
- Fixed
log()not throwing the correct exception when an invalid log level is passed
Removed
- Removed support for PHP 7.4
Release notes
Open source →Added
- Added support for custom string- and int-based log levels (#2)
Changed
- Minimum PHP version is now 8.0
Fixed
- Fixed
log()not throwing the correct exception when an invalid log level is passed
Removed
- Removed support for PHP 7.4
-
v1.1.027 Apr 2022Release notes
Open source →Fixed
- Fixed incorrect parameters in magic method docblocks
- Fixed missing
stringtype tohasRecordThatPasses()
Release notes
Open source →Fixed
- Fixed incorrect parameters in magic method docblocks
- Fixed missing
stringtype tohasRecordThatPasses()
-
v1.0.017 Feb 2022