PHPackages                             pmvc-plugin/dev - 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. pmvc-plugin/dev

ActiveLibrary

pmvc-plugin/dev
===============

PMVC Develop Util for get all app, plugs etc

0.4.5(3y ago)19.7k—4.3%2MITPHP

Since Feb 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pmvc-plugin/dev)[ Packagist](https://packagist.org/packages/pmvc-plugin/dev)[ RSS](/packages/pmvc-plugin-dev/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (11)Used By (2)

[![Latest Stable Version](https://camo.githubusercontent.com/240076ba7e8863fb91556196563baf4b391258f5ae7995e7094119d3252701d2/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f6465762f762f737461626c65)](https://packagist.org/packages/pmvc-plugin/dev)[![Latest Unstable Version](https://camo.githubusercontent.com/9c5d8e38fcff1735726c263514f33b8c832c5be75a3c2cae1b5993af60a50902/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f6465762f762f756e737461626c65)](https://packagist.org/packages/pmvc-plugin/dev)[![CircleCI](https://camo.githubusercontent.com/29a493b69110ba0ad4a53a4dc6b319f9c4a0e635a7b9a3978590a1f16b9d6087/68747470733a2f2f636972636c6563692e636f6d2f67682f706d76632d706c7567696e2f6465762f747265652f6d61696e2e7376673f7374796c653d737667)](https://circleci.com/gh/pmvc-plugin/dev/tree/main)[![License](https://camo.githubusercontent.com/ef60fb73d5356e2f197a508470797245e5f0320c77ca16679664180b19ca5d02/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f6465762f6c6963656e7365)](https://packagist.org/packages/pmvc-plugin/dev)[![Total Downloads](https://camo.githubusercontent.com/96763cbcdb0aaa1e808326eed7b2fdc827af828dd10f7820f904524e7ec6ad69/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f6465762f646f776e6c6f616473)](https://packagist.org/packages/pmvc-plugin/dev)

dev
===

[](#dev)

How to set debug level
----------------------

[](#how-to-set-debug-level)

-

Best plug order
---------------

[](#best-plug-order)

- put dev before debug, you could get most of plug trace

```
\PMVC\Load::plug([
    'controller'=>null
    ,'dispatcher'=>null

    /*dev*/
    ,'error'=>['all']
    ,'dev'=>null
    ,'debug'=>null
]);

```

Unit test tip
-------------

[](#unit-test-tip)

```
        \PMVC\plug('debug',[
            'output'=> '*Output Plugin*'
        ])->setLevel('*Test Level*', true);
        \PMVC\plug('dev')->onResetDebugLevel();

```

### phpunit

[](#phpunit)

-

### debug with cli

[](#debug-with-cli)

```
\PMVC\plug('dev')->debug_with_cli();
```

- display debug only (without trace)

```
\PMVC\plug('dev')->debug_with_cli('debug');
```

- accept multiple dump level

```
\PMVC\plug('dev')->debug_with_cli('debug, trace, help');
```

Why help also trigger dump
--------------------------

[](#why-help-also-trigger-dump)

-

Install with Composer
---------------------

[](#install-with-composer)

CLICK TO SEE\### 1. Download composer \* mkdir test\_folder \* curl -sS  | php

### 2. Install by composer.json or use command-line directly

[](#2-install-by-composerjson-or-use-command-line-directly)

#### 2.1 Install by composer.json

[](#21-install-by-composerjson)

- vim composer.json

```
{
    "require": {
        "pmvc-plugin/dev": "dev-master"
    }
}

```

- php composer.phar install

#### 2.2 Or use composer command-line

[](#22-or-use-composer-command-line)

- php composer.phar require pmvc-plugin/dev

or

- composer require pmvc-plugin/dev

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

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 ~163 days

Recently: every ~80 days

Total

10

Last Release

1171d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f593111e77142a10224458b0436e6b2d6f3e537f924c03130f0208bd3c4477f?d=identicon)[HillLiu](/maintainers/HillLiu)

---

Top Contributors

[![HillLiu](https://avatars.githubusercontent.com/u/1877738?v=4)](https://github.com/HillLiu "HillLiu (97 commits)")

---

Tags

pmvc-debugdevplug-inpmvc

### Embed Badge

![Health badge](/badges/pmvc-plugin-dev/health.svg)

```
[![Health](https://phpackages.com/badges/pmvc-plugin-dev/health.svg)](https://phpackages.com/packages/pmvc-plugin-dev)
```

PHPackages © 2026

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