Libraries tagged by exceptions
eliashaeussler/typo3-solver
1359 Downloads
Extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions
eboreum/exceptional
2065 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.
eboreum/caster
2365 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.
dakujem/strata
605 Downloads
Contracts for layered exception handling mechanisms.
cspray/assert-throws
30 Downloads
Assertions for PHPUnit when testing code that throws complex exceptions.
corpus/http
2998 Downloads
HTTP Status Codes and Exceptions
adriaanzon/laravel-telescope-monitor
1902 Downloads
Exception monitoring via Laravel Telescope
abcde1410/pdfdecrypter
469 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.
enrise/frisbee
36 Downloads
Modern Exception Driven Development framework
yangweijie/think-exception
21 Downloads
一个 ThinkPHP 中 可以打开错误异常文件的异常处理
yaangvu/laravel-exception
5689 Downloads
Laravel YaangVu Base Exception
xqddd/exceptions
218 Downloads
A small library with classes extending the PHP exceptions by adding additional parameters for custom use.
xloit/xloit-exception
426 Downloads
Xloit Exception Library
webservco/exception
240 Downloads
A PHP component/library.
webignition/guzzle-curl-exception
6935 Downloads
Translates a GuzzleHttp\Exception\ConnectException into a curl-specific exception where relevant