Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 335 Bytes

PSR-3 logger for Journald

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.