rcm / error-handler-2
Error and Exception override and observers.
0.1.18
2017-03-07 21:39 UTC
Requires
- php: ^5.5 || ^7.0
- psr/http-message: ~1.0
- psr/log: ~1.0
- zendframework/zend-diactoros: ^1.1
- zendframework/zend-expressive: ^1.0
- zendframework/zend-stratigility: ^1.1
Requires (Dev)
- phpunit/phpunit: ~5.6
- squizlabs/php_codesniffer: 2.*
README
Error handling and error handler over-riding with JS error logger
Error over-rides
- Over-ride errors at the PHP level
- Over-ride exceptions at the PHP level
- Final error handling for middleware
- ZF error event listeners
Error Notification
- When any error happens, notify the observers (could be logger, mailer, etc..)
Javascript Error Notification
- Allows for the notification of JS errors
Todo
- Handling errors and exceptions in PHP means displaying errors as needed.
- Implement Js Logger API
- Make JS available via public path