minond / nice_error
Nicer error output
Installs: 363
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/minond/nice_error
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-06 20:41:22 UTC
README
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:
{ "require-dev": { "minond/nice_error": "dev-master" } }
NICE_ERRORS=1 php your_php_script.php
Browser output
CLI output
Inspired by [Better Errors](https://github.com/charliesome/better_errors).