Libraries tagged by simple errors class
diversen/minimal-log
525 Downloads
A simple and very basic PHP log class. Can be used with your server and in commandline.
jidaikobo/log
164 Downloads
A simple logging class with error and exception handling. adheres to PSR-1, PSR-12 and PSR-3.
sgpinkus/simplelogger
3 Downloads
Very simple one class PSR-3 PHP logger that just logs to error_log()
krylov123/handy-api-response
14 Downloads
Simple and handy Class for API Responses with success flag, errors bag and data property
venar/select
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
1535 Downloads
A siple class to handle errors in PHP functions
seotils/deferred-exceptions
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.