{"id":20945098,"url":"https://github.com/vjik/yii2-cycle-debug","last_synced_at":"2025-05-14T01:31:35.159Z","repository":{"id":62544910,"uuid":"284415734","full_name":"vjik/yii2-cycle-debug","owner":"vjik","description":"Panel \"Cycle ORM\" for Yii2 Debug","archived":false,"fork":false,"pushed_at":"2020-09-10T13:44:15.000Z","size":9,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-20T14:59:22.514Z","etag":null,"topics":["cycle","debug","orm","yii2"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vjik.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-02T07:44:25.000Z","updated_at":"2021-03-10T07:41:29.000Z","dependencies_parsed_at":"2022-11-02T21:45:43.081Z","dependency_job_id":null,"html_url":"https://github.com/vjik/yii2-cycle-debug","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjik%2Fyii2-cycle-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjik%2Fyii2-cycle-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjik%2Fyii2-cycle-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjik%2Fyii2-cycle-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vjik","download_url":"https://codeload.github.com/vjik/yii2-cycle-debug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225269319,"owners_count":17447508,"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":["cycle","debug","orm","yii2"],"created_at":"2024-11-18T23:46:39.853Z","updated_at":"2024-11-18T23:46:40.494Z","avatar_url":"https://github.com/vjik.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://avatars0.githubusercontent.com/u/47758579\" height=\"100px\"\u003e   \n    \u003ch1 align=\"center\"\u003ePanel \"Cycle ORM\" for Yii2 Debug\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n[![Latest Stable Version](https://poser.pugx.org/vjik/yii2-cycle-debug/v/stable.png)](https://packagist.org/packages/vjik/yii2-cycle-debug)\n[![Total Downloads](https://poser.pugx.org/vjik/yii2-cycle-debug/downloads.png)](https://packagist.org/packages/vjik/yii2-cycle-debug)\n\n![](https://i.ibb.co/18vqR14/yii2-cycle-debug.png)\n\n## Installation\n\nThe preferred way to install this extension is through [composer](https://getcomposer.org/download/):\n\n```\ncomposer require vjik/yii2-cycle-debug --dev\n```\n\nConfig logger in container:\n\n```php\nuse yii\\helpers\\ArrayHelper;\n…\n'container' =\u003e [\n    'singletons' =\u003e ArrayHelper::merge(\n        require __DIR__ . '/../../vendor/vjik/yii2-cycle/config/common.php',\n        [\n            'DebugOrmLogger' =\u003e new \\Vjik\\Yii2\\Cycle\\Debug\\LoggerFactory(),\n            …\n        ]\n    ),\n],\n```\n\nAdd logger to Cycle ORM config:\n\n```php\n'vjik/yii2-cycle' =\u003e [\n    'dbal' =\u003e [\n        'query-logger' =\u003e 'DebugOrmLogger',\n        …\n    ],\n    …\n],\n``` \n\nAdd panel to Debug config:\n\n```php\n'modules' =\u003e [\n    'debug' =\u003e [\n        'class' =\u003e \\yii\\debug\\Module::class,\n        'panels' =\u003e [\n            'orm' =\u003e \\Vjik\\Yii2\\Cycle\\Debug\\OrmPanel::class,\n        ],\n    ],\n    …\n],\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvjik%2Fyii2-cycle-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvjik%2Fyii2-cycle-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvjik%2Fyii2-cycle-debug/lists"}