| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
docker run -p 8000:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 -p 9914:9914 ghcr.io/buggregator/server:latestOpen http://127.0.0.1:8000 — that's it. No login, no setup, no registration.
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.
| 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. |
| Repository | Description |
|---|---|
| helm-chart | Kubernetes Helm chart for production deployment |
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.
Buggregator is free forever. Sponsors make that possible.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |