{"id":51121758,"url":"https://github.com/redaxo/debug","last_synced_at":"2026-06-25T03:30:23.341Z","repository":{"id":362256273,"uuid":"1256250835","full_name":"redaxo/debug","owner":"redaxo","description":"Debug Addon for REDAXO 6.x","archived":false,"fork":false,"pushed_at":"2026-06-16T22:52:36.000Z","size":273,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2026-06-17T00:26:51.706Z","etag":null,"topics":["addon","cms","debug","profiler","redaxo"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redaxo.png","metadata":{"files":{"readme":"README.de.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-01T15:46:46.000Z","updated_at":"2026-06-16T22:52:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/redaxo/debug","commit_stats":null,"previous_names":["redaxo/debug"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redaxo/debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redaxo%2Fdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redaxo%2Fdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redaxo%2Fdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redaxo%2Fdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redaxo","download_url":"https://codeload.github.com/redaxo/debug/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redaxo%2Fdebug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34758773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","cms","debug","profiler","redaxo"],"created_at":"2026-06-25T03:30:20.991Z","updated_at":"2026-06-25T03:30:23.333Z","avatar_url":"https://github.com/redaxo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Debug-Addon\n===========\n\nDas Debug-Addon erweitert REDAXO um Werkzeuge zur besseren Performance- und Fehler-Analyse.\n\nEs basiert auf [Clockwork](https://github.com/itsgoingd/clockwork) und bietet damit eine [browserbasierte Oberfläche](https://github.com/underground-works/clockwork-app),\num die Abläufe innerhalb des REDAXO CMS zu visualisieren.\n\n\u003cblockquote\u003e\nClockwork ist ein Entwicklungswerkzeug für PHP, das direkt in Ihrem Browser verfügbar ist.\nClockwork gibt Ihnen einen Einblick in die Laufzeit Ihrer Anwendung - einschließlich Anfragedaten,\nPerformance-Metriken, Log-Einträge, Datenbankabfragen, Cache-Abfragen, Redis-Befehle, Dispatched Events, Queue-Jobs,\ngerenderte Ansichten und mehr - für HTTP-Anfragen, Befehle, Warteschlangenjobs und Tests.\n\u003cfooter\u003eClockwork Project\u003c/footer\u003e\n\u003c/blockquote\u003e\n\nEs kann sowohl direkt im Browser, als auch mit einer separaten Browser-Erweiterung verwendet werden.\nEine ausführliche Beschreibung und die Informationen zu optionalen Browser-Erweiterung sind auf der [Clockwork-Website](https://underground.works/clockwork) verfügbar.\n\n## Installation\n\nDas Addon ist nur für die Entwicklung gedacht. Es wird als Dev-Dependency hinzugefügt und über die REDAXO-Console installiert:\n\n```bash\ncomposer require --dev redaxo/debug:^2.0@dev\nbin/console addon:install debug\n```\n\n## Verwendung\n\nDas Addon integriert Informationen zu folgenden Klassen in Clockwork:\n- `Redaxo\\Core\\Database\\Sql`\n- `Redaxo\\Core\\Log\\Logger`\n- `Redaxo\\Core\\Util\\Timer`\n- `Redaxo\\Core\\ExtensionPoint\\Extension` / `Redaxo\\Core\\ExtensionPoint\\ExtensionPoint`\n\nUm eigenen PHP-Code in Clockwork sichtbar zu machen und damit zu analysieren, kann dieser mittels `Redaxo\\Core\\Util\\Timer` gemessen werden:\n\n```php\nuse Redaxo\\Core\\Util\\Timer;\n\nTimer::measure('ein-repraesentatives-label', function () {\n    // beliebiger php-code\n});\n```\n\n## Mitarbeit\n\nDieses Repository ist schreibgeschützt. Das Addon wird im [REDAXO-Core-Repository](https://github.com/redaxo/core) entwickelt und von dort automatisch hierher ausgekoppelt. Deshalb sind Issues und Pull Requests deaktiviert — bitte melde Fehler und stelle Pull Requests im Core-Repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredaxo%2Fdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredaxo%2Fdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredaxo%2Fdebug/lists"}