Libraries tagged by php errors
phix/exceptionslib
34275 Downloads
exceptionslib is a simple-to-use PHP component that simplifies error handling in your PHP apps and components
faultline/faultline
49777 Downloads
faultline exception and error notifier for PHP
cline/monad
4630 Downloads
Rust-aligned Option, Result, and Either monads for type-safe error handling in PHP
butterfly-team/ignition
15621 Downloads
A beautiful error page for PHP applications. (forked from spatie/ignition)
oopsydev/laravel
1315 Downloads
Lightweight error monitoring for Laravel — captures PHP exceptions with full stack traces, code context, breadcrumbs, and sends them to Oopsy. Two-line setup, zero config.
webbuilders-group/silverstripe-new-relic
26731 Downloads
Provides improved naming of transactions, error reporting and general tracking for SilverStripe site's on servers with the New Relic PHP Agent installed. As well as an overview of the Site's Performance.
moxio/captainhook-psalm
60852 Downloads
Captain Hook Plugin to check for newly introduced Psalm errors
memio/linter
312461 Downloads
Memio's linter, a set of constraint that check models for syntax errors
kraken-php/framework
339 Downloads
The first and only multi-processed, multi-threaded, fault-tolerant framework for PHP.
hampel/json
100770 Downloads
A simple wrapper for json_encode and json_decode with exception based error handling
eboreum/exceptional
7774 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.
detain/tracy-monolog-adapter
1579 Downloads
Bridges the Tracy debugger with the Monolog logger so Tracy log output is routed through Monolog handlers and processors.
codex-team/hawk.laravel
3166 Downloads
Laravel errors Catcher module for Hawk.so
cline/cloak
3776 Downloads
Prevent sensitive exception details from leaking in Laravel applications
brimmar/phpresult
613 Downloads
A Rust-like Result Type for PHP