library nice_error
Nicer error output
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
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
, (*2)
CLI output
, (*3)
Inspired by Better Errors., (*4)
dev-master
9999999-dev
Nicer error output
Sources
Download
GPL-2.0+
The Requires
by
Marcos Minond