{"id":13805685,"url":"https://github.com/ismail0234/Phalcon-BB-Debugger","last_synced_at":"2025-05-13T19:31:47.275Z","repository":{"id":56993819,"uuid":"177453610","full_name":"ismail0234/phalcon-bb-debugger","owner":"ismail0234","description":"Phalcon 3.x BB Debugger Strong and easy install.","archived":false,"fork":false,"pushed_at":"2019-03-28T17:43:01.000Z","size":52,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-10T18:47:41.914Z","etag":null,"topics":["bbdebugger","debugger","phalcon","php-debug","webdebug"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"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/ismail0234.png","metadata":{"files":{"readme":"README.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}},"created_at":"2019-03-24T18:33:45.000Z","updated_at":"2023-04-24T10:41:30.000Z","dependencies_parsed_at":"2022-08-21T13:20:40.088Z","dependency_job_id":null,"html_url":"https://github.com/ismail0234/phalcon-bb-debugger","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail0234%2Fphalcon-bb-debugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail0234%2Fphalcon-bb-debugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail0234%2Fphalcon-bb-debugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail0234%2Fphalcon-bb-debugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismail0234","download_url":"https://codeload.github.com/ismail0234/phalcon-bb-debugger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225254368,"owners_count":17445171,"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":["bbdebugger","debugger","phalcon","php-debug","webdebug"],"created_at":"2024-08-04T01:01:03.867Z","updated_at":"2024-11-18T21:31:32.573Z","avatar_url":"https://github.com/ismail0234.png","language":"HTML","funding_links":[],"categories":["Debug"],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/ismail0234/phalcon-bb-debugger/v/stable)](https://packagist.org/packages/ismail0234/phalcon-bb-debugger)\n[![Total Downloads](https://poser.pugx.org/ismail0234/phalcon-bb-debugger/downloads)](https://packagist.org/packages/ismail0234/phalcon-bb-debugger)\n[![Monthly Downloads](https://poser.pugx.org/ismail0234/phalcon-bb-debugger/d/monthly)](https://packagist.org/packages/ismail0234/phalcon-bb-debugger)\n[![License](https://poser.pugx.org/ismail0234/phalcon-bb-debugger/license)](https://packagist.org/packages/ismail0234/phalcon-bb-debugger)\n\n# Phalcon BB Debugger\n\n* Phalcon Version: **3.x**\n* BB Debugger Version: **1.0.3**\n\n### Change Log\n- See [ChangeLog](https://github.com/ismail0234/phalcon-bb-debugger/blob/master/CHANGELOG.md)\n\n### What is BB Debugger ?\nThe bb debugger, written for the phalcon framework, provides developers with lots of information, such as your sql queries, the amount of ram used on the page, and your page-opening speed.\n\n### Composer Install Files\n```php\ncomposer require ismail0234/phalcon-bb-debugger\n```\n\n### How to Install BB Debugger ?\n\n1. You should download the latest version from the [Releases](https://github.com/ismail0234/Phalcon-BB-Debugger/releases) section. (**or install composer files**)\n2. **$config-\u003eapplication-\u003elibraryDir** discard the folder where your library files are located.\n3. In the **config/config.php** file, define **'developerMode' =\u003e true** into the **application** array.\n4. The following code into the **config/loader.php** file is **$loader = new\\Phalcon\\Loader();** add after.\n```php\n\u003c?php\n\n$loader = new \\Phalcon\\Loader();\n\n/* BB DEBUGGER V1.0.2 */\nif ($config-\u003eapplication-\u003edeveloperMode) {\n\n    $namespaces = array_merge($loader-\u003egetNamespaces(), array('BBDebugger'=\u003e $config-\u003eapplication-\u003elibraryDir . 'BBDebugger'));\n    $loader-\u003eregisterNamespaces($namespaces)-\u003eregister();\n    $bbdebugger = new \\BBDebugger\\BBDebugger($di);\n    $bbdebugger-\u003estart();\n    \n}\n```\n5. Enjoy the fun!\n\n### ScreenShot (v1.0.0)\n\n#### Sql Querys\n![BB Debugger Phalcon Querys](https://i.imgur.com/MxvT9tr.png)\n\n#### Server Variables\n![BB Debugger Phalcon Servers](https://i.imgur.com/EbhTlIw.png)\n\n#### Cookies\n![BB Debugger Phalcon Cookies](https://i.imgur.com/p0HQSB3.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail0234%2FPhalcon-BB-Debugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismail0234%2FPhalcon-BB-Debugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail0234%2FPhalcon-BB-Debugger/lists"}