checkybot-labs / laravel-ers-client
Send PHP errors to Custom API
Fund package maintenance!
spatie
Requires
- php: ^8.0
- illuminate/pipeline: ^8.0|^9.0|^10.0|^11.0|^12.0
- spatie/backtrace: ^1.6.1
- symfony/http-foundation: ^5.2|^6.0|^7.0
- symfony/mime: ^5.2|^6.0|^7.0
- symfony/process: ^5.2|^6.0|^7.0
- symfony/var-dumper: ^5.2|^6.0|^7.0
Requires (Dev)
- dms/phpunit-arraysubset-asserts: ^0.5.0
- pestphp/pest: ^1.20|^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/pest-plugin-snapshots: ^1.0|^2.0
This package is auto-updated.
Last update: 2025-05-10 03:05:31 UTC
README
A fork of facade/flare-client-php
with extended support for sending errors to a custom endpoint.
✨ What's Different
This package includes a few key enhancements that allow you to use the Flare client logic for your own error reporting service:
- 🌐 Custom error reporting URL (
ERS_ERROR_API_URL
) - ⏱ Custom timeout setting (
ERS_ERROR_API_TIMEOUT
) - 🔒 Option to disable SSL verification (
ERS_SSL_VERIFY_PEER
)
These options are configurable via environment variables or the provided config file.
For all other base features and behavior, please refer to the original documentation.
📦 Installation
Install via Composer:
composer require checkybot-labs/laravel-ers-client
License
The MIT License (MIT). Please see License File for more information.