Skip to content

Debug everything in your PHP app. Install nothing.

One docker run command gives you exceptions, logs, emails, profiling, dumps, and more — all in one real-time UI.
No cloud account. No code changes. No new dependencies. Free forever.

Stars Twitter Discord Support


docker run -p 8000:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 -p 9914:9914 ghcr.io/buggregator/server:latest

Open http://127.0.0.1:8000 — that's it. No login, no setup, no registration.


Replaces your local dev stack — for free

Buggregator is a standalone debugging server that runs beside your application, not inside it. Your app's composer.json stays untouched. You just redirect your existing SDKs to a local address.

Instead of You get
Sentry (local) Exception tracking with full stack traces
Mailhog / Mailtrap Email capture and HTML preview
Ray (Spatie) Variable dumps, queries, models, jobs
Blackfire / XHProf UI Performance profiling with call graphs
Log viewers Real-time Monolog aggregation
RequestBin HTTP request inspection
Inspector.dev (local) Application performance monitoring
SMS gateways (dev) SMS interception for 40+ providers

All of this. One command. Zero cost.


The Buggregator ecosystem

Core products

Repository Description
Server buggregator/server Full-featured debugging server as a Docker container or single ~30 MB binary, ~50 MB RAM. No PHP, no RoadRunner, no external database. Built-in MCP server for AI tools.
Trap buggregator/trap Lightweight PHP CLI alternative. composer require --dev buggregator/trap — no Docker needed. Covers dumps, profiler, logs, SMTP, and more.
Frontend buggregator/frontend Vue 3 + TypeScript web UI shared between Server and Go Server. Real-time event streaming via WebSockets.
PhpStorm Plugin buggregator/phpstorm-plugin Brings debug data directly into your IDE. Never leave PhpStorm.

Infrastructure & Plugins

Repository Description
helm-chart Kubernetes Helm chart for production deployment

Works with your stack

Frameworks: Laravel, Symfony, Spiral, WordPress, Yii3, Drupal — and anything that uses standard PHP debugging SDKs.

Async runtimes: RoadRunner, FrankenPHP, Swoole, Laravel Octane — where tools like Telescope don't work, Buggregator does.

Beyond PHP: JavaScript, Python, Ruby, Go — via Sentry SDK.


Enterprise-ready when you need it

  • SSO Authentication (Auth0, Kinde)
  • External Database (PostgreSQL, MySQL)
  • Kubernetes deployment
  • Webhooks
  • Prometheus metrics
  • Multi-project support

Resources

  • Documentation — Installation, configuration, integration guides
  • Website — Product overview and demos

Contributing


Buggregator is free forever. Sponsors make that possible.

Become a Sponsor

Pinned Loading

  1. frontend frontend Public

    Buggregator UI

    TypeScript 18 11

  2. docs docs Public

    Buggregator official documentation

    TypeScript 8 8

  3. phpstorm-plugin phpstorm-plugin Public

    34 3

Repositories

Showing 10 of 19 repositories

Most used topics

Loading…