{"id":13516353,"url":"https://github.com/vpietri/magento2-developer-quickdevbar","last_synced_at":"2026-01-22T00:37:22.034Z","repository":{"id":33921468,"uuid":"37641799","full_name":"vpietri/magento2-developer-quickdevbar","owner":"vpietri","description":"Developer Toolbar for Magento2","archived":false,"fork":false,"pushed_at":"2025-11-19T08:36:29.000Z","size":2513,"stargazers_count":576,"open_issues_count":6,"forks_count":134,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-11-27T13:31:16.980Z","etag":null,"topics":["developer-toolbar","developer-tools","devtools","magento2","profiler"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vpietri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"vpietri","custom":["https://paypal.me/vpietri"]}},"created_at":"2015-06-18T06:29:05.000Z","updated_at":"2025-11-23T07:07:05.000Z","dependencies_parsed_at":"2023-01-15T03:22:05.311Z","dependency_job_id":"38229e06-3d1a-4da8-8699-2f7a387d52bd","html_url":"https://github.com/vpietri/magento2-developer-quickdevbar","commit_stats":{"total_commits":86,"total_committers":17,"mean_commits":"5.0588235294117645","dds":0.2441860465116279,"last_synced_commit":"afad2113ae8237d204b6e6605f10b308c1dedd72"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/vpietri/magento2-developer-quickdevbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpietri%2Fmagento2-developer-quickdevbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpietri%2Fmagento2-developer-quickdevbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpietri%2Fmagento2-developer-quickdevbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpietri%2Fmagento2-developer-quickdevbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpietri","download_url":"https://codeload.github.com/vpietri/magento2-developer-quickdevbar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpietri%2Fmagento2-developer-quickdevbar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28648460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["developer-toolbar","developer-tools","devtools","magento2","profiler"],"created_at":"2024-08-01T05:01:21.613Z","updated_at":"2026-01-22T00:37:22.029Z","avatar_url":"https://github.com/vpietri.png","language":"PHP","funding_links":["https://github.com/sponsors/vpietri","https://paypal.me/vpietri"],"categories":["PHP","Tools"],"sub_categories":[],"readme":"# Developer Toolbar for Magento2 🚀\n\n----\n\n[![Code Climate](https://codeclimate.com/github/vpietri/magento2-developer-quickdevbar/badges/gpa.svg)](https://codeclimate.com/github/vpietri/magento2-developer-quickdevbar)\n[![Total Downloads](https://poser.pugx.org/vpietri/adm-quickdevbar/downloads)](https://packagist.org/packages/vpietri/adm-quickdevbar)\n\n## Table of Content\n\n* [Overview](#Overview)\n* [Requirement](#Requirement)\n* [About](#About)\n  * [Panels](#Panels)\n  * [Screenshots](#Screenshots)\n* [Installation](#Installation)\n  * [Manual](#Manual)\n  * [Composer](#Composer)\n  * [Modman](#Modman)\n  * [Setup](#Setup)\n  * [URI File to IDE](#URI-File-to-IDE)\n* [Sponsors](#Sponsors)\n* [Documentation](#Documentation)\n* [Credits](#Credits)\n\n## Overview\n\n✨ With the vanilla javascript refactoring comes the compatibility with Hyvä and Breeze themes.\n\n🎁 Till compatible with Full page cache and fit coding standard :sparkles:\nFunctionalities like VarDumper are unforced and SQL profiler backtrace is only on demand. See more [Changelog](doc/Changelog.md) .\n\n## Requirement\n\nSupported versions: Magento 2.4.x till 2.4.8 but should work with lower version.\nSee composer.json for other requirements.\n\n## About\n\nHope this debug toolbar can speed up Magento2 development module. Any feedback and idea to improve this toolbar will be appreciated :beers: so get in touch via the [issue tracker on GitHub](https://github.com/vpietri/magento2-developer-quickdevbar/issues). Feel free to fork and pull request.\nThe structure of this toolbar is extremely simple you just need to add a new block in the layout to get your tab running.\n\n### Panels\n\n- Info : Main informations about controller, route, action and store. Search on core config data. Dedicated tab output for local and global phpinfo.\n- Design : List handles called and display layout structure of nested blocks and containers\n- Profile : View current observers, all events dispatched, collections and models loaded, plugins instanciated, preferences, cache hits\n- Queries :  Statistics about executed queries and detailed query listing with syntax highlighting of main SQL keywords\n- Logs : Display log files with ability to reset these files\n- Dump : Catch all dump() in code, identify inline js script non compliant with CSP\n- Actions : Easily toggle template hints and inline translation and flush cache\n- Translation : Quickly see module, pack,theme and\tDB translations\n- Help : Show module version and link to github\n\n### Screenshots\n\n- Info tab\n![](doc/images/qdb_screen_request.png)\n\n- Queries Tab\n![](doc/images/qdb_screen_queries.png)\n\n- Profile Tab\n  ![](doc/images/qdb_screen_dispatch.png)\n\n- Theme chooser\n![](doc/images/qdb_screen_dark.png)\n\n## Installation\n\n### Manual\n\n- Download zip file of the last version of this extension under release tab\n- Extract files in the Magento root directory in the folder app/code/ADM/QuickDevBar\n- Enable the extension\n```\nphp bin/magento --clear-static-content module:enable ADM_QuickDevBar\n```\n- Upgrade Magento setup\n```\nphp bin/magento setup:upgrade\n```\n\n### Composer\n\nIn the Magento root directory\n\n- Install the module\n```\ncomposer require vpietri/adm-quickdevbar --dev\nphp bin/magento module:enable ADM_QuickDevBar \nphp bin/magento setup:upgrade\n```\n\n### Modman\n\nIn the Magento root directory\n\n- Install the module\n```\nmodman clone git@github.com:vpietri/magento2-developer-quickdevbar.git\nphp bin/magento module:enable ADM_QuickDevBar \nphp bin/magento setup:upgrade\n```\n\n### Setup\n\nThe toolbar is displayed by default if your web server is on your local development environment.\n\nYou can force activation via command line\n```\nphp bin/magento dev:quickdevbar:enable\n```\nand activate full sql backtrace \n```\nphp bin/magento dev:quickdevbar:enable --sql-profiler\n```\n\nOr via the standard configuration in the Advanced/Developer/Quick dev bar section.\n\nIf you do not see the toolbar you should either force activation by filling your IP in the field \"Allowed IPs\" and fill a matching pattern of you user-agent in the field \"Allowed user-agent pattern\" if it's needed.\n![](doc/images/qdb_screen_config_ko.png)\n\n\n#### URI File to IDE \n\n(Beta) In PhpStorm you can use **IDE Remote Control** to open file\n\nhttps://plugins.jetbrains.com/plugin/19991-ide-remote-control\n\n![](doc/images/phpstorm_debugger.png)\n\n## Sponsors\n\n[![Sansec.io](https://warden.dev/img/sponsors/sansec.svg)](https://www.sansec.io/)  \n\nAdd your logo on \u003ca href=\"https://github.com/sponsors/vpietri\" rel=\"me\" class=\"link\"\u003eGithub Sponsors\u003c/a\u003e\n\n## Documentation\n\n- [Changelog](doc/Changelog.md)\n- ~~You can extend this toolbar with your own tabs, a [sample module](https://github.com/vpietri/magento2-brandnew_quikdevsample) is available.~~ (refactoring coming soon)\n\n## Credits\n\n- [Jens Törnell](https://github.com/jenstornell)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpietri%2Fmagento2-developer-quickdevbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpietri%2Fmagento2-developer-quickdevbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpietri%2Fmagento2-developer-quickdevbar/lists"}