Author: Manuel Lemos
Posted on: 2017-07-24
Categories: Notable Packages
PHP provides a hooks to handle runtime errors and exception.
By default error handlers do not provide any means to show error source code in an easy to read format.
This package can show information about errors and exception using colorizing to make it easier to read.
Read this article to learn more details about how this notable PHP package works.
By default error handlers do not provide any means to show error source code in an easy to read format.
This package can show information about errors and exception using colorizing to make it easier to read.
Read this article to learn more details about how this notable PHP package works.
The package PHP 7 Debug is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Handle errors and exceptions with pretty messages
Here follows in more detail what it does:
This package can handle errors and exceptions with pretty messages.
It can register PHP error handler and exception handler functions that can format and output error messages in different ways.
It can either log messages about the tracked errors to files, or display in the current page the messages prettified, or using a custom callback function.
The presentation of the prettified error messages can be customized using given theme configuration files.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Handle errors and exceptions with pretty messages
Here follows in more detail what it does:
This package can handle errors and exceptions with pretty messages.
It can register PHP error handler and exception handler functions that can format and output error messages in different ways.
It can either log messages about the tracked errors to files, or display in the current page the messages prettified, or using a custom callback function.
The presentation of the prettified error messages can be customized using given theme configuration files.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,457,510 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.