Libraries tagged by php exceptions
kunstmaan/sentry-bundle
24887 Downloads
THIS REPO IS DEPRECATED: replaced by Monolog | The SentryBundle for Symfony2 helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.
php-enspired/exceptable
1197 Downloads
Augmented features for exceptions and exception handling.
php-bug-catcher/bug-catcher-reporter-bundle
180 Downloads
A Symfony bundle to report exceptions to Bug Catcher
eboreum/exceptional
2092 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
207 Downloads
A Hero for your Laminas and Mezzio application to trap php errors & exceptions
talentrydev/error-handling-bundle
5821 Downloads
Symfony bundle for converting PHP errors to exceptions
talentrydev/error-handling
7396 Downloads
PHP library for converting PHP errors to exceptions
mihasicehcek/json_parser
5133 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
lucinda/errors-mvc
20619 Downloads
AOP-based MVC API for handling errors and uncaught exceptions in PHP applications
ideatic/dump
2964 Downloads
Displays information about any PHP variable, class or exception.
kafoso/type-formatter
3667 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
2392 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.
abcde1410/pdfdecrypter
498 Downloads
PDF Decrypter is a standalone PHP library allowing quick and convenient decryption and permanently removing password from PDF files. Currently in beta phase. Throws custom exceptions for better error handling.
xqddd/exceptions
218 Downloads
A small library with classes extending the PHP exceptions by adding additional parameters for custom use.
thingston/http-exception
264 Downloads
A set of custom PHP Exception based on HTTP Status Code.