2017 © Pedro Peláez
 

project phpconsole

a package for php pretty debug

image

vegor/phpconsole

a package for php pretty debug

  • Thursday, March 30, 2017
  • by zmeat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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

use Vegor/Console;

Console::log('test text');

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

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

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

打开phpconsole查看调试信息

shell> phpconsole

关闭使用Ctrl^C组合键

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

The Versions

30/03 2017

dev-master

9999999-dev

a package for php pretty debug

  Sources   Download

MIT

The Requires

 

by zhangjunwei

30/03 2017

v0.0.2

0.0.2.0

a package for php pretty debug

  Sources   Download

MIT

The Requires

 

by zhangjunwei

30/03 2017

v0.0.1

0.0.1.0

a package for php pretty debug

  Sources   Download

MIT

The Requires

 

by zhangjunwei