PHP Error Tracking & Performance Monitoring

Full stack monitoring for PHP Developers

Ship better software, faster. Everything you need to fix PHP errors and performance issues in one powerful platform that fits your workflow.

PHP monitoring doesn't need to be so frustrating

That's why we built Honeybadger. Honeybadger simplifies your monitoring stack by combining all your essential monitoring tools in one powerful and easy-to-use platform for PHP—helping you respond quickly and fix issues in record time.

Error Tracking

Know the moment errors occur and fix bugs before customers can report them.

Logging & Observability

See your logs in context and answer questions after the fact.

Uptime Monitoring

Know when your external services go down or have other problems.

Heartbeat Monitoring

Know when your cron jobs and services go missing or silently fail.

Status Pages

Keep customers in the loop when your app is down.

Getting started is easy

Setup takes just a few minutes and comes with great PHP defaults.

Installing Honeybadger in any PHP app is just a few terminal commands:

$ composer require honeybadger-io/honeybadger-php

$honeybadger = Honeybadger\Honeybadger::new([
    'api_key' => 'Your project API key'
]);

// To catch exceptions in your code and report them to Honeybadger:
try {
    throw new Exception('Whoops!');
} catch (Exception $e) {
    // You can optionally include your own
    // \Symfony\Component\HttpFoundation\Request::class request.
    $honeybadger->notify($e, $app->request());
}

In Laravel apps, Honeybadger automatically reports exceptions in controllers, background jobs, and scheduled tasks, and (when enabled) collects application logs and performance metrics.

We made HB for you

Honeybadger cares about PHP developers. That's why we customized HB to give you the badass experience you deserve:

  • Easy 5-minute setup
  • Beautiful PHP stack traces
  • Comprehensive documentation

Honeybadger was created by developers. Because we're a bootstrapped company, we answer only to you, our customer. We frequently go above and beyond to provide an awesome experience.

"I'd be remiss if I didn't point out that every time someone here at UserTesting reaches out to you, we are dazzled by your prompt response and excellent service."
— Robert Elwell, Director of Engineering at UserTesting

Questions? Email us at support@honeybadger.io

Simplify your life with Honeybadger

Get monitoring done.

Get real-time alerts when code breaks, monitor performance, and fix errors in record time.