checkybot-labs/laravel-ers-client

Send PHP errors to Custom API

v1.0.4 2025-05-10 03:03 UTC

This package is auto-updated.

Last update: 2025-05-10 03:05:31 UTC


README

Latest Version on Packagist Run tests PHPStan Total Downloads

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.