checkybot-labs/laravel-ers-client

Send PHP errors to Custom API

Fund package maintenance!
spatie

Installs: 754

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/checkybot-labs/laravel-ers-client

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

This package is auto-updated.

Last update: 2025-10-10 04:00:20 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.