PHPackages                             error500/yii2-debug-cli - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. error500/yii2-debug-cli

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

error500/yii2-debug-cli
=======================

0.0.6(3y ago)030MITPHPPHP &gt;=5.4.0

Since Jul 6Pushed 3y agoCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

yii2-debug-cli
==============

[](#yii2-debug-cli)

Description
===========

[](#description)

Module to reveal CLI scripts in /debug (if its required)

I hope it will be useful for you.

Installing
==========

[](#installing)

The preferred way to install this extension is through composer.

```
{
	"require": {
	    "error500/yii2-debug-cli": "@dev"
    }
}

```

or

```
	composer require error500/yii2-debug-cli "@dev"

```

Usage
=====

[](#usage)

to start using it - please, add it to your modules section

for example:

```
'debug' => [
    'class' => 'error500\debug\Module',
    'logTarget' => 'error500\debug\LogTarget',
],

```

in advanced template *personally me* use it under common/config/main.php

in basic template i would (never did) put it both to config/web.php and config/console.php (waiting for feedbacks)

Usage of errors hub
===================

[](#usage-of-errors-hub)

1. migrate `./yii migrate/up -p vendor/error500/yii2-debug-cli/migrations`
2. to cover all entrypoints suggestion is to define dispatcher in main config

- in advanced template *personally me* use it under common/config/main.php
- in basic template i would (never did) put it both to config/web.php and config/console.php (waiting for feedbacks)

```
'components' => [
    'log' => [
        'class' => '\error500\debug\log\Dispatcher',
        //...
    ],
    //...
]

```

3. Use it. /debug/error-hub

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.5% 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 ~27 days

Total

5

Last Release

1351d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/34b10aa7ac3c1bc443390980365d5846191137fa9f6418e13d5cb7ad5bd06436?d=identicon)[error-500](/maintainers/error-500)

---

Top Contributors

[![achertovsky](https://avatars.githubusercontent.com/u/13575044?v=4)](https://github.com/achertovsky "achertovsky (50 commits)")[![error-500](https://avatars.githubusercontent.com/u/15867628?v=4)](https://github.com/error-500 "error-500 (18 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/error500-yii2-debug-cli/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.8k58](/packages/skeeks-cms)

PHPackages © 2026

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