laravel-ers-client maintained by checkybot-labs
Laravel ERS Client
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.