Skip to main content
Monolog is the most popular logging library for PHP. You can use Monolog directly to send logs to AppSignal. Install the Monolog auto-instrumentation package:
Shell
Then add Appsignal\Integrations\Monolog\Handler to Monolog’s handler stack.
PHP
Visit logging documentation to find out more about AppSignal logging capabilities.