{"id":19326131,"url":"https://github.com/bartko-s/stefano-db-profiler","last_synced_at":"2026-07-05T11:30:18.476Z","repository":{"id":15754805,"uuid":"18493525","full_name":"bartko-s/stefano-db-profiler","owner":"bartko-s","description":"[DEPRECATED] A ZF2, ZF3 module which profile database queries using \\Zend\\Db\\Adapter\\Profiler\\Profiler and write them to ZendDeveloperTools toolbar","archived":false,"fork":false,"pushed_at":"2017-09-27T13:02:15.000Z","size":143,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T12:44:25.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/bartko-s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-06T16:20:33.000Z","updated_at":"2023-09-20T13:40:37.000Z","dependencies_parsed_at":"2022-09-19T09:50:26.798Z","dependency_job_id":null,"html_url":"https://github.com/bartko-s/stefano-db-profiler","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Fstefano-db-profiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Fstefano-db-profiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Fstefano-db-profiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartko-s%2Fstefano-db-profiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartko-s","download_url":"https://codeload.github.com/bartko-s/stefano-db-profiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240427314,"owners_count":19799471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-10T02:12:34.415Z","updated_at":"2026-07-05T11:30:18.330Z","avatar_url":"https://github.com/bartko-s.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[DEPRECATED] Db Profiler\n========================\n\nThis library is NOT MAINTAINED anymore please use [bjyoungblood/BjyProfiler\n](https://github.com/bjyoungblood/BjyProfiler) instead.\n\n| Dependencies |\n| :---: |\n| [![Dependency Status](https://www.versioneye.com/user/projects/5526ab482ced4f6dfd0000ca/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5526ab482ced4f6dfd0000ca) |\n\nA ZF2, ZF3 module to profile db queries using ```\\Zend\\Db\\Adapter\\Profiler\\Profiler``` and write them to ZendDeveloperTools toolbar\n\n![Db Profiler](./doc/images/snapshot.png)\n\n- - -\n\nFeatures\n----\n\n- profiling db queries\n- support multiple db connections\n\nDependencies\n------------\n\n- Zend Framework 2 or Zend Framework 3 \n- Zend Developer Tools\n\nInstalation\n---\n\n- Add following line to your composer.json file ``` \"stefano/stefano-db-profiler\": \"*\" ```\n\n- run ```composer update```\n\n- Add module ``` StefanoDbProfiler ``` to your application.config.php\n\n- Enable profiler for your Db Adapter or Adapters\n\n```\n'db' =\u003e array(\n    'driver' =\u003e 'Pdo_Mysql',\n    'database' =\u003e 'db',\n    'username' =\u003e 'username',\n    'password' =\u003e 'pass',\n    'profiler' =\u003e true, //this line enable db profiler\n)\n```\n\n- Library uses ```Zend\\Db\\Adapter\\Adapter``` service key. If you are uses different key for your Db Adapter you must set it by configuration options.\n\nOptions\n-------\n\nConfiguration options are available in ```config/stefano.db.profiler.global.php.dist``` file. If you want to change the default ones, copy it in your ```config/autoload``` directory, remove the ```.dist``` extension and edit it.\n\nOptions available :\n\n- dbAdapterServiceManagerKey : List of all Db Adapter service manager keys which you want to profile. Zend\\Db\\Adapter\\Adapter is default\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartko-s%2Fstefano-db-profiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartko-s%2Fstefano-db-profiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartko-s%2Fstefano-db-profiler/lists"}