Libraries tagged by excerpts
mscharl/pretty-error-page
27 Downloads
Nice error pages for Laravel 4.2
kunstmaan/sentry-bundle
24888 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.
kmielke/calendar_extended
4010 Downloads
Contao calendar extension. Better recurring events and exceptions.
kherge/file
2182 Downloads
An extension of SplFileObject that uses exceptions.
josantonius/errorhandler
637 Downloads
PHP library for handling exceptions and errors.
igorsantos07/yii-whoops
2991 Downloads
Whoops integration class into Yii Framework 1.1
facile-it/sentry-psr-log
5585 Downloads
PSR Logger for Sentry
airbrake/php-airbrake
788 Downloads
A PHP 5.3 library for sending errors to the Airbrake.io service.
airbrake/airbrake-php
75949 Downloads
A PHP 5.3 library for sending errors to the Airbrake.io service.
exceptio/laravel-sonali-payment
173 Downloads
Sonali Payment Package For Laravel Framework
exceptio/laravel-approval
444 Downloads
Dynamic Approval Package For Laravel Framework
yeebase/graylog
23927 Downloads
Graylog exception handler for Neos Flow
xethron/to-string
18925 Downloads
Converts Variables to strings (like print_r) with limiting functions, and Exceptions to strings without cutting off important information.
wyrihaximus/parallel-runtime
21 Downloads
🎁 ext-parallel runtime wrapping adding error, signal, and exception handling
wpify/benefit-plus-gateway-sdk
118 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.