Skip to content

v1.0.0

Latest

Choose a tag to compare

@SoloPHP SoloPHP released this 19 Apr 20:26

Features

  • Pluggable formatters: LineFormatter, JsonFormatter (NDJSON with full throwable chain), LogfmtFormatter
  • Log rotation: size / time / both strategies, timezone-aware filenames, auto-pruning via maxFiles
  • PSR-3 compliant — all 8 log levels + minimum level filtering
  • Safe I/O — append-with-lock writes, throws on failures, auto-creates log directory
  • Time-based rotation works in PHP-FPM (uses file mtime, not in-memory timestamp)
  • Collision-safe rotation filenames (hrtime suffix)

Quality

  • 100% test coverage · PHPStan L8 · PSR-12 · PHP 8.1+