SIEM for Laravel
Extension points
Extension points
Everything is a contract bound in the service provider, so a host overrides by rebinding — no forking.
- Custom sink — replace
Cbox\Siem\Contracts\StreamSinkto deliver over a different transport (or to test in memory withFakeStreamSink). - Custom destination — how destinations map to core formatters, and how to extend the models and registry.