2017 © Pedro Peláez
 

library nameless-debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer

image

corpsee/nameless-debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

PHP Censor Travis CI SensioLabs Insight Codecov Latest Version Total downloads License, (*1)

This package is abandoned and no longer maintained. The author suggests using the symfony/debug package instead., (*2)

Nameless debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer., (*3)

Installation

You can install Nameless debug by composer. Add following code to "require" section of the composer.json:, (*4)

"require": {
    "corpsee/nameless-debug": "<version>"
}

And install dependencies using the Composer:, (*5)

cd path/to/your-project
composer install

Usage

Example of a simple way to use:, (*6)

error_reporting(-1);

use Nameless\Debug\ErrorHandler;
use Nameless\Debug\ExceptionHandler;

$exception_handler = null;
if ($debug) {
    $exception_handler = (new ExceptionHandler())->register();
} else {
    set_exception_handler(function(\Exception $exception) {
        exit('Server error');
    });
}
$error_handler = (new ErrorHandler($exception_handler, $logger))->register();

Tests

You can run the unit tests with the following commands:, (*7)

cd path/to/nameless-debug
./vendor/bin/phpunit

License

The Nameless debug is open source software licensed under the GPL-3.0 license., (*8)

The Versions

03/10 2017

dev-master

9999999-dev https://github.com/corpsee/nameless-debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

debug php errors exceptions error-handling exception-handling php-errors

30/09 2017

2.0.0

2.0.0.0 https://github.com/corpsee/nameless-debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

debug php errors exceptions error-handling exception-handling php-errors

30/09 2017

dev-release-1.0

dev-release-1.0 https://github.com/corpsee/nameless-debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

debug php errors exceptions error-handling exception-handling php-errors

30/09 2017

1.0.7

1.0.7.0 https://github.com/corpsee/nameless-debug

Simple and independent PHP debug component compliant with PSR-1, PSR-2, PSR-4 and Composer

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

debug php errors exceptions error-handling exception-handling php-errors

16/07 2017

1.0.6

1.0.6.0

Nameless debug

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

14/01 2016

1.0.5

1.0.5.0

Nameless debug

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

07/11 2015

1.0.4

1.0.4.0

Nameless debug

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

21/09 2015

1.0.3

1.0.3.0

Nameless debug

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

08/06 2015

1.0.2

1.0.2.0

Nameless debug package

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

01/05 2015

1.0.1

1.0.1.0

Nameless debug package

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

30/04 2015

1.0.0

1.0.0.0

Nameless debug package

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires