Libraries tagged by simple errors class
tintonic/php-elog
0 Favers
1138 Downloads
1138 Downloads
Simple PHP class for enhanced error logging
sgpinkus/simplelogger
0 Favers
3 Downloads
3 Downloads
Very simple one class PSR-3 PHP logger that just logs to error_log()
krylov123/handy-api-response
0 Favers
14 Downloads
14 Downloads
Simple and handy Class for API Responses with success flag, errors bag and data property
venar/select
0 Favers
14 Downloads
14 Downloads
PHP Class to build queries for MySQL. Allows you to build chains of conditions. The goal of this class is to encapsulate PHP's interactions with MySQL to reduce errors in writing queries and make creating stored procedures simple.
bakame/aide-error
0 Favers
155 Downloads
155 Downloads
A siple class to handle errors in PHP functions
seotils/deferred-exceptions
3 Favers
70 Downloads
70 Downloads
The trait allows you to choose: to throw an exception now, later or simply handle errors. Also it accumulate exceptions of all classes wich use this trait.