Looking to hire Laravel developers? Try LaraJobs

laravel-ers-client maintained by checkybot-labs

Description
Send PHP errors to Custom API
Last update
2025/05/10 05:03 (dev-main)
License
Downloads
778

Comments
comments powered by Disqus

Laravel ERS Client

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.