2017 © Pedro Peláez
 

package phpdbug

Package to debug everything in PHP

image

00f100/phpdbug

Package to debug everything in PHP

  • Friday, June 22, 2018
  • by 00F100
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,691 Installations
  • PHP
  • 17 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 24 % Grown

The README.md

phpdbug

Debug for PHP scripts, (*1)

Total Downloads, (*2)

## Installation

Run on terminal:, (*3)


composer require 00f100/phpdbug

Or add in your composer.json, (*4)


"require-dev": { "00f100/phpdbug": "*" },

## Usage

Run in your code:, (*5)

<?php

$var = array(
   'foo' => 'bar'
);

// Force die
debug($var);
// or
d($var);

// Non-force die
debug($var, false);
// or
d($var, false);

The Versions

22/06 2018

dev-master

9999999-dev https://github.com/00f100/phpdbug

Package to debug everything in PHP

  Sources   Download

php denbug

22/06 2018

0.4.0

0.4.0.0 https://github.com/00f100/phpdbug

Package to debug everything in PHP

  Sources   Download

php denbug

27/07 2017

0.3.0

0.3.0.0 https://github.com/00f100/phpdbug

Package to debug everything in PHP

  Sources   Download

php denbug

07/09 2016

0.2.0

0.2.0.0 https://github.com/00f100/phpdbug

Package to debug everything in PHP

  Sources   Download

php denbug

07/09 2016

0.1.0

0.1.0.0 https://github.com/00f100/phpdbug

Package to debug everything in PHP

  Sources   Download

The Requires

  • php >=5.5

 

php denbug