PHPackages                             vjik/yii2-cycle-debug - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. vjik/yii2-cycle-debug

ActiveLibrary[Database &amp; ORM](/categories/database)

vjik/yii2-cycle-debug
=====================

Panel "Cycle ORM" for Yii2 Debug

1.0.1(5y ago)420BSD-3-ClausePHPPHP ^7.2

Since Aug 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vjik/yii2-cycle-debug)[ Packagist](https://packagist.org/packages/vjik/yii2-cycle-debug)[ RSS](/packages/vjik-yii2-cycle-debug/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

 [![](https://avatars0.githubusercontent.com/u/47758579)](https://avatars0.githubusercontent.com/u/47758579)

Panel "Cycle ORM" for Yii2 Debug
================================

[](#panel-cycle-orm-for-yii2-debug)

[![Latest Stable Version](https://camo.githubusercontent.com/07aaefbd36799e32d7500726ff1833f742c1251b40c63284484761100ac25e07/68747470733a2f2f706f7365722e707567782e6f72672f766a696b2f796969322d6379636c652d64656275672f762f737461626c652e706e67)](https://packagist.org/packages/vjik/yii2-cycle-debug)[![Total Downloads](https://camo.githubusercontent.com/b056f755c588eff7f119b2ea663938cc79aa7eb7e6b5ba12a8e629af5a825c6a/68747470733a2f2f706f7365722e707567782e6f72672f766a696b2f796969322d6379636c652d64656275672f646f776e6c6f6164732e706e67)](https://packagist.org/packages/vjik/yii2-cycle-debug)

[![](https://camo.githubusercontent.com/54767e93b2eee92edb8b7277a66b10211b7e8f29862f10826479228cc0e81cf0/68747470733a2f2f692e6962622e636f2f313876715231342f796969322d6379636c652d64656275672e706e67)](https://camo.githubusercontent.com/54767e93b2eee92edb8b7277a66b10211b7e8f29862f10826479228cc0e81cf0/68747470733a2f2f692e6962622e636f2f313876715231342f796969322d6379636c652d64656275672e706e67)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/):

```
composer require vjik/yii2-cycle-debug --dev

```

Config logger in container:

```
use yii\helpers\ArrayHelper;
…
'container' => [
    'singletons' => ArrayHelper::merge(
        require __DIR__ . '/../../vendor/vjik/yii2-cycle/config/common.php',
        [
            'DebugOrmLogger' => new \Vjik\Yii2\Cycle\Debug\LoggerFactory(),
            …
        ]
    ),
],
```

Add logger to Cycle ORM config:

```
'vjik/yii2-cycle' => [
    'dbal' => [
        'query-logger' => 'DebugOrmLogger',
        …
    ],
    …
],
```

Add panel to Debug config:

```
'modules' => [
    'debug' => [
        'class' => \yii\debug\Module::class,
        'panels' => [
            'orm' => \Vjik\Yii2\Cycle\Debug\OrmPanel::class,
        ],
    ],
    …
],
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~39 days

Total

2

Last Release

2067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53e5ee1dedd50f71e4aeeac2929f786cdfb400359d4776e6cd806388d0d5df2c?d=identicon)[vjik](/maintainers/vjik)

---

Top Contributors

[![vjik](https://avatars.githubusercontent.com/u/525501?v=4)](https://github.com/vjik "vjik (8 commits)")

---

Tags

cycledebugormyii2debugormyii2extensioncycle

### Embed Badge

![Health badge](/badges/vjik-yii2-cycle-debug/health.svg)

```
[![Health](https://phpackages.com/badges/vjik-yii2-cycle-debug/health.svg)](https://phpackages.com/packages/vjik-yii2-cycle-debug)
```

###  Alternatives

[c006/yii2-migration-utility

Automatically writes the create tables for migrations or create tables in general

63160.6k1](/packages/c006-yii2-migration-utility)[dmstr/yii2-migrate-command

Console Migration Command with multiple paths/aliases support

31295.5k6](/packages/dmstr-yii2-migrate-command)[dmstr/yii2-db

Database extensions

19618.8k6](/packages/dmstr-yii2-db)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
