arnested / psr3-journald
PSR-3 logging to systemd's journald
Installs: 1 598
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-12 07:06:30 UTC
README
An experimental PSR-3 compatible logger logging (structured) data to Journald.
Requirements
This library requires PHP 8.1 or later.
FFI is supported from 7.4 and is used to write to Journald.
You also need to have systemd on the machine.
Usage
See example.php.