PHPackages                             achertovsky/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. achertovsky/yii2-debug-cli

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

achertovsky/yii2-debug-cli
==========================

Opens CLI scripts for /debug access

722.9k↓43.3%4[2 issues](https://github.com/achertovsky/yii2-debug-cli/issues)PHP

Since Jul 7Pushed 4y ago2 watchersCompare

[ Source](https://github.com/achertovsky/yii2-debug-cli)[ Packagist](https://packagist.org/packages/achertovsky/yii2-debug-cli)[ RSS](/packages/achertovsky-yii2-debug-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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": {
	    "achertovsky/yii2-debug-cli": "@dev"
    }
}

```

or

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

```

Usage
=====

[](#usage)

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

for example:

```
'debug' => [
    'class' => 'achertovsky\debug\Module',
    'logTarget' => 'achertovsky\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/achertovsky/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' => '\achertovsky\debug\log\Dispatcher',
        //...
    ],
    //...
]

```

3. Use it. /debug/error-hub

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb512ad12b1a70d7a8a9fc3d00e6d5eb9ddcf1c7cdf73b3179e6fd424b840750?d=identicon)[achertovsky](/maintainers/achertovsky)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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