arnested/psr3-journald

PSR-3 logging to systemd's journald

dev-main 2024-02-01 17:01 UTC

This package is auto-updated.

Last update: 2024-03-30 17:26:50 UTC


README

An experimental PSR-3 compatible logger logging (structured) data to Journald.

Requirements

This library requires PHP 7.4 because it uses FFI to write to Journald.

You also need to have systemd on the machine.

Usage

See example.php.