2017 © Pedro PelĂĄez
 

library x-dump

image

vinnyfs89/x-dump

  • Thursday, August 2, 2018
  • by vinnyfs89
  • Repository
  • 3 Watchers
  • 8 Stars
  • 165 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

thumb-image, (*1)

x-dump

x-dump means Extreme-Dump. With this repository you can debug your PHP code allowing you to have all the traceability where it was passed, enabling you to do it quickly and effectively., (*2)

Functions like x and xd are provided, for example to make debugging your code easier by the functions , the component provides that the files that were covered so that the application reaches the function., (*3)

This code was created by members of the PHP-DF community and is open for contributions., (*4)

Requirements

  • PHP 5.3^

Install

To have x-dump installed run the command below, (*5)

composer require "vinnyfs89/x-dump":"dev-master"

Alternative installation

You can also clone this project directly or set in your composer.json, like this:, (*6)

  "require-dev": {
    "vinnyfs89/x-dump": "dev-master"
  }

How to use?

The functions x and xd differ because the "x" does not prevent the execution of the application, since the "xd" stop the application. But both do not make the details of one or more informed values., (*7)

Examples, (*8)

x($param1 [, $param2, ...])
xd($param1 [, $param2, ...])

The functions x_() and xd_() do the same x() and xd() respectively, but make the details of one or more informed values using "var_dump" behind the scenes., (*9)

Examples, (*10)

x_($param1 [, $param2, ...])
xd_($param1 [, $param2, ...])

:octocat: :smiley: :zap:, (*11)

References

The Versions

02/08 2018

dev-hotfix

dev-hotfix

  Sources   Download

02/08 2018

dev-release

dev-release

  Sources   Download

27/11 2017

dev-master

9999999-dev http://viniciusfesil.com

Simple way to debug PHP variables

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by VinĂ­cius Feitosa da Silva

debug x x_ xd xd_ x-dump

26/05 2017

v1.1

1.1.0.0 http://viniciusfesil.com

Simple way to debug PHP variables

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by VinĂ­cius Feitosa da Silva

debug x x_ xd xd_ x-dump

16/08 2016

v1.0

1.0.0.0 http://viniciusfesil.com

Simple way to debug PHP variables

  Sources   Download

The Requires

  • php >=5.5.9

 

The Development Requires

by VinĂ­cius Feitosa da Silva

debug x x_ xd xd_ xdump

16/08 2016

dev-develop

dev-develop http://viniciusfesil.com

Simple way to debug PHP variables

  Sources   Download

The Requires

  • php >=5.5.9

 

The Development Requires

by VinĂ­cius Feitosa da Silva

debug x x_ xd xd_ xdump