PHPackages                             vegor/phpconsole - 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. vegor/phpconsole

ActiveProject[Debugging &amp; Profiling](/categories/debugging)

vegor/phpconsole
================

a package for php pretty debug

v0.0.2(9y ago)146MITPHPPHP &gt;=5.3.2

Since Mar 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zmeat/vegor)[ Packagist](https://packagist.org/packages/vegor/phpconsole)[ RSS](/packages/vegor-phpconsole/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

This Is A Package For Php Pretty Console
========================================

[](#this-is-a-package-for-php-pretty-console)

环境依赖
====

[](#环境依赖)

```
nodejs  php

```

安装
==

[](#安装)

```
composer require vegor/phpconsole
sudo chmod 777 vendor/vegor/phpconsole/install.sh
sudo bash vendor/vegor/phpconsole/install.sh

```

usage
=====

[](#usage)

```
use Vegor/Console;

Console::log('test text');

Console::warn('test text1', 'test text2', ...);

$a = [ 'a' => [], 'b' => '1'];

Console::info($a, $a, $a);

```

打开phpconsole查看调试信息
==================

[](#打开phpconsole查看调试信息)

```
shell> phpconsole

```

关闭使用Ctrl^C组合键
=============

[](#关闭使用ctrlc组合键)

```
注意:
    打开phpconsole 控制台查看时会占用本地端口3334
    多个项目同时使用时会将信息同事输出到同一个控制台
    控制台暂只支持打开一个

```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3425d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17507490?v=4)[zmeat](/maintainers/zmeat)[@zmeat](https://github.com/zmeat)

---

Top Contributors

[![zmeat](https://avatars.githubusercontent.com/u/17507490?v=4)](https://github.com/zmeat "zmeat (1 commits)")

### Embed Badge

![Health badge](/badges/vegor-phpconsole/health.svg)

```
[![Health](https://phpackages.com/badges/vegor-phpconsole/health.svg)](https://phpackages.com/packages/vegor-phpconsole)
```

###  Alternatives

[pubnub/pubnub

This is the official PubNub PHP SDK repository.

1335.7M17](/packages/pubnub-pubnub)[upscale/swoole-blackfire

Blackfire profiler integration for Swoole web-server

22126.6k13](/packages/upscale-swoole-blackfire)[art4/requests-psr18-adapter

Use WordPress/Requests as a PSR-18 HTTP client

159.3k](/packages/art4-requests-psr18-adapter)

PHPackages © 2026

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