2017 © Pedro Peláez
 

library nice_error

Nicer error output

image

minond/nice_error

Nicer error output

  • Friday, March 28, 2014
  • by minond
  • Repository
  • 1 Watchers
  • 0 Stars
  • 357 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NiceError

Nicer errors for PHP. Just include "minond/nice_error": "dev-master" in your composer file, set the NICE_ERRORS environment variable to "1", and that's it:, (*1)

{
    "require-dev": {
        "minond/nice_error": "dev-master"
    }
}
NICE_ERRORS=1 php your_php_script.php

Browser output

screenshot, (*2)

CLI output

screenshot, (*3)


Inspired by Better Errors., (*4)

The Versions

28/03 2014

dev-master

9999999-dev

Nicer error output

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

by Marcos Minond