Download the PHP package webforge/fatal-error-handler without Composer
On this page you can find all versions of the php package webforge/fatal-error-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webforge/fatal-error-handler
More information about webforge/fatal-error-handler
Files in webforge/fatal-error-handler
Download webforge/fatal-error-handler
More information about webforge/fatal-error-handler
Files in webforge/fatal-error-handler
Vendor webforge
Package fatal-error-handler
Short Description A really simple class that can report fata errors by mail
License MIT
Package fatal-error-handler
Short Description A really simple class that can report fata errors by mail
License MIT
Please rate this library. Is it a good library?
Informations about the package fatal-error-handler
webforge-fatal-error-handler
A really simple class that can report fata errors by mail
installation
Use Composer to install.
Usage
Fatal errors coming after these lines will be tried to be mailed with mail(). If mail() fails a notice is written into the php error log
Its now possible to add a custom callback to replace the php mail() call with your own logic to send the mail. Test your callback really really well!
the header string is already encoded for the php mail() function. (full string with \r\n seperated headers);
Roadmap
- add some simple rules to filter some errors (e.g. wanted errors from tests)
Known issues
- sometimes dom library triggers the fatal error handler for entities that cannot be parsed
All versions of fatal-error-handler with dependencies
PHP Build Version
Package Version
No informations.
The package webforge/fatal-error-handler contains the following files
Loading the files please wait ....