2017 © Pedro Peláez
 

library debug

pmvc debug dump tool

image

pmvc-plugin/debug

pmvc debug dump tool

  • Sunday, February 25, 2018
  • by HillLiu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,029 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 2 % Grown

The README.md

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads, (*1)

PMVC debug tool

Debug output plugin

  1. Debug for browser console
    • https://github.com/pmvc-plugin/debug_console
  2. Debug with json output (API... etc view.)
    • https://github.com/pmvc-plugin/debug_store
    • Use with view engine
  3. Use with command line (Bash ... etc shell script)
    • https://github.com/pmvc-plugin/debug_cli

How to Trigger debug

  • http -> $_REQUEST['--trace']
  • cli -> -t
    • if set -t and value is empty will force level to 'trace'
      • such as "pmvc -t"
    • pmvc -tdebug # it mean set to debug level.
      • pmvc -t debug # same
  • hardcode -> \PMVC\plug('debug')->setLevel('xxx');
  • PHPUnit -> https://github.com/pmvc-plugin/dev/blob/master/tests/DevWithPhpUnitTest.php

Install with Composer

CLICK TO SEE
, (*2)

### 1. Download composer * mkdir test_folder * curl -sS https://getcomposer.org/installer | php ### 2. Install Use composer.json or use command-line directly #### 2.1 Install Use composer.json * vim composer.json ``` { "require": { "pmvc-plugin/debug": "dev-master" } } ``` * php composer.phar install #### 2.2 Or use composer command-line * php composer.phar require pmvc-plugin/debug or * composer require pmvc-plugin/debug , (*3)

, (*4)

The Versions

25/02 2018

dev-master

9999999-dev https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

25/02 2018

0.3.36

0.3.36.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

22/02 2018

0.3.35

0.3.35.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

04/02 2018

0.3.34

0.3.34.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

28/01 2018

0.3.33

0.3.33.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

15/11 2017

0.3.32

0.3.32.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

10/11 2017

0.3.31

0.3.31.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

12/09 2017

0.3.30

0.3.30.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

12/09 2017

0.3.29

0.3.29.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

03/08 2017

0.3.25

0.3.25.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

16/04 2017

0.3.20

0.3.20.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

06/03 2017

0.3.19

0.3.19.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

06/03 2017

0.3.18

0.3.18.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

07/07 2016

0.2.24

0.2.24.0 https://github.com/pmvc/pmvc

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

19/03 2016

0.2.8

0.2.8.0 https://github.com/pmvc-plugin/debug

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

12/02 2016

0.2.5

0.2.5.0 https://github.com/pmvc-plugin/debug

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

14/08 2015

0.2.1

0.2.1.0 https://github.com/pmvc-plugin/debug

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc

11/07 2015

0.1.1

0.1.1.0 https://github.com/pmvc-plugin/debug

pmvc debug dump tool

  Sources   Download

MIT

The Requires

 

by Hill

debug plug-in pmvc