Loading repository data…
Loading repository data…
olajideolamide / repository
DEX is an open-source issue tracking and request debugging tool built specifically for CodeIgniter 4 applications. It captures exceptions, request context, breadcrumbs, spans, database activity, and lifecycle information so CI4 developers can understand what happened without relying on third-party SaaS tools.
DEX helps you understand what happened inside a CodeIgniter 4 request without digging through scattered logs or guessing which route, query, span, or breadcrumb caused the break.
It captures errors, groups repeat failures into issues, keeps the useful request context, and shows the lifecycle of a request in a self-hosted dashboard built for CI4 projects. The goal is simple: when something fails, DEX should help you move from "something broke" to "this is where it broke" as quickly as possible.
Use DEX to:
DEX requires:
DEX is open source, and thoughtful contributions are welcome. If you want to fix a bug, improve the dashboard, tighten the telemetry pipeline, or help with documentation, start with the contribution guide.
Please keep changes focused and easy to review. Small, well-tested improvements are much easier to merge than broad rewrites.
If you run into a problem, open a detailed issue with the CodeIgniter version, PHP version, DEX version, the steps to reproduce it, and any relevant logs or screenshots.
For questions, ideas, or design discussions, start a new GitHub Discussion. If you believe you have found a security issue, please review the security policy before sharing details publicly.