andrepayone/payone-sdk-silent-logger
PSR-3 silent/noop logger for the PAYONE Payment Integration PHP SDK. Use it when you need to satisfy logging dependencies without writing any logs—ideal for tests, minimal setups, or disabling SDK logging in production.
Use this when:
psr/log) and prefer MIT-licensed open-source.Look elsewhere when:
For Executives: "This package lets us securely disable verbose PAYONE SDK logs in production—reducing PCI-DSS scope and improving payment processing speed—while keeping our logging infrastructure centralized. It’s a lightweight, zero-maintenance solution that aligns with our tech stack and compliance needs."
For Engineering: *"The andrepayone/payone-sdk-silent-logger is a PSR-3 no-op logger for the PAYONE SDK that:
For Developers:
*"Replace your PAYONE SDK logger with this package in config/services.php or your DI container:
$logger = new \Andrepayone\PayoneSdk\SilentLogger();
$payoneSdk->setLogger($logger);
Now the SDK won’t clutter your logs with debug info—just errors/warnings if you explicitly log them elsewhere."*
How can I help you explore Laravel packages today?