2017 © Pedro Peláez
 

library enhanced-dump

image

tomasfejfar/enhanced-dump

  • Sunday, March 11, 2018
  • by tomasfejfar
  • Repository
  • 3 Watchers
  • 18 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 3 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

Enhanced Dump

Build Status, (*1)

o----php in index.php line 3----o
array(2) {
  [0]=>
  string(5) "Lorem"
  ["x"]=>
  string(9) "Not ipsum"
}
o-------------------------------o

Installation

Using as auto-prepend file

Add this file to your php.ini as auto prepend file:, (*2)

auto_prepend_file = /some/path/fnc.php, (*3)

then restart your apache/php., (*4)

Using composer

composer require tomasfejfar/enhanced-dump --dev, (*5)

Usage:

d() - vardumps with location, (*6)

dd() - vardumps with location and die, (*7)

ds() - vardumps as string with location, (*8)

dsd() - vardumps as string with location and die, (*9)

dsql($toString) - vardumps as string into textarea with autoselect (useful for copying generated sql), (*10)

dmem() - dumps memory info, (*11)

dtable() - dumps tabular data, (*12)

dxml() - pretty prints any XML, (*13)

The Versions

11/03 2018

dev-master

9999999-dev https://github.com/tomasfejfar/enhanced-dump

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

debug var_dump

08/03 2017

2.1.0

2.1.0.0 https://github.com/tomasfejfar/enhanced-dump

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

debug var_dump

06/01 2016

2.0.2

2.0.2.0 https://github.com/tomasfejfar/enhanced-dump

  Sources   Download

MIT

The Requires

  • php >=5.3

 

debug var_dump

04/11 2015

2.0.1

2.0.1.0 https://github.com/tomasfejfar/enhanced-dump

  Sources   Download

MIT

The Requires

  • php >=5.3

 

debug var_dump

04/11 2015

2.0.0

2.0.0.0 https://github.com/tomasfejfar/enhanced-dump

  Sources   Download

MIT

The Requires

  • php >=5.3

 

debug var_dump