Libraries tagged by php exceptions
bosunski/results
568 Downloads
Rust-like Result/Option utility for PHP
sanmai/trycatch
10623 Downloads
Exception-handling callable wrapper
php-bug-catcher/reporter-bundle
74 Downloads
A Symfony bundle to report exceptions to Bug Catcher
php-bug-catcher/bug-catcher-reporter-bundle
749 Downloads
A Symfony bundle to report exceptions to Bug Catcher
php-bug-catcher/bug-catcher-curl-reporter
230 Downloads
Library to report exceptions to Bug Catcher
eboreum/exceptional
4257 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.
talentrydev/error-handling-bundle
6420 Downloads
Symfony bundle for converting PHP errors to exceptions
talentrydev/error-handling
8070 Downloads
PHP library for converting PHP errors to exceptions
mihasicehcek/json_parser
5640 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
lucinda/errors-mvc
22617 Downloads
AOP-based MVC API for handling errors and uncaught exceptions in PHP applications
blacksmith-project/dr-watson
302 Downloads
A PHP library enhancing `\Exception`.
ideatic/dump
3150 Downloads
Displays information about any PHP variable, class or exception.
michaeldrennen/schema-change
3282 Downloads
A PHP library that handles MySQL query exceptions to determine if you need to make a change to your schema.
eboreum/caster
4617 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.
xqddd/exceptions
222 Downloads
A small library with classes extending the PHP exceptions by adding additional parameters for custom use.