Libraries tagged by php exceptions
sanmai/trycatch
10431 Downloads
Exception-handling callable wrapper
eboreum/exceptional
3792 Downloads
Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear as e.g. "******" in the resulting text.
jield-webdev/laminas-psr-doctrine-error-hero-module
2171 Downloads
A Hero for your Laminas and Mezzio application to trap php errors & exceptions
talentrydev/error-handling-bundle
6309 Downloads
Symfony bundle for converting PHP errors to exceptions
talentrydev/error-handling
7947 Downloads
PHP library for converting PHP errors to exceptions
mihasicehcek/json_parser
5512 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
lucinda/errors-mvc
22309 Downloads
AOP-based MVC API for handling errors and uncaught exceptions in PHP applications
ideatic/dump
3124 Downloads
Displays information about any PHP variable, class or exception.
michaeldrennen/schema-change
3224 Downloads
A PHP library that handles MySQL query exceptions to determine if you need to make a change to your schema.
kafoso/type-formatter
4304 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
eboreum/caster
4152 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
thingston/http-exception
301 Downloads
A set of custom PHP Exception based on HTTP Status Code.
smuuf/better-php-exceptions
621 Downloads
Package providing better and improved PHP exceptions.
modassir/exception
5 Downloads
Exception library managing multiple exceptions with CLI support for creating, removing, and updating exceptions.
kariricode/exception
61 Downloads
KaririCode Exception provides a robust and modular exception handling system for the KaririCode Framework, enabling seamless error management across various application domains.