PHPackages                             checkybot-labs/laravel-ers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. checkybot-labs/laravel-ers

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

checkybot-labs/laravel-ers
==========================

Laravel Error Reporting System

v1.0.5(1y ago)0112[2 PRs](https://github.com/checkybot-labs/laravel-ers/pulls)MITPHPPHP ^8.1CI passing

Since May 5Pushed 5mo agoCompare

[ Source](https://github.com/checkybot-labs/laravel-ers)[ Packagist](https://packagist.org/packages/checkybot-labs/laravel-ers)[ Docs](https://checkybot.com/)[ GitHub Sponsors](https://github.com/spatie)[ RSS](/packages/checkybot-labs-laravel-ers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (15)Versions (11)Used By (0)

🚨 Laravel ERS
=============

[](#-laravel-ers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7cbb7e29cfc295b55fbbf1868b8c238dbb0386b39aec917a024fe8a5eab1d09c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636865636b79626f742d6c6162732f6c61726176656c2d6572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/checkybot-labs/laravel-ers)[![Total Downloads](https://camo.githubusercontent.com/049d74c4ef46175092431ce973df961fbfabb89c114da46e2eed9ab36c1a93bf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636865636b79626f742d6c6162732f6c61726176656c2d6572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/checkybot-labs/laravel-ers)[![Tests](https://github.com/checkybot-labs/laravel-ers/workflows/Run%20tests/badge.svg)](https://github.com/checkybot-labs/laravel-ers/workflows/Run%20tests/badge.svg)

A Laravel integration for sending application errors to [Checkybot](https://checkybot.com) or any compatible error reporting service.

This package is a fork of [spatie/laravel-flare](https://github.com/spatie/laravel-flare), with added support for sending errors to a **custom error reporting endpoint**.

---

🔧 What's New
------------

[](#-whats-new)

Compared to the original `spatie/laravel-flare` package, this version adds:

- 🌐 Support for a **custom error reporting URL**
- ⏱ Configurable **request timeout**
- 🔒 Option to **disable SSL verification**

These are useful for integrating with self-hosted or third-party systems like [Checkybot](https://checkybot.com).
Configuration is handled via environment variables or a published config file.

Internally, this package uses [`checkybot-labs/laravel-ers-client`](https://github.com/checkybot-labs/laravel-ers-client) to send the actual payload.

For full documentation of the original implementation, visit:
👉

---

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require checkybot-labs/laravel-ers
```

Publish the config file (optional):

```
php artisan vendor:publish --tag="flare-config"
```

---

⚙️ Configuration
----------------

[](#️-configuration)

Add the following variables to your `.env` file:

```
CHECKYBOT_BASE_URL=https://checkybot.test/api/v1
CHECKYBOT_KEY=slwYvL36HdRI8dzz8qTJwrWRswWjJSLUS0POb2bH
CHECKYBOT_CURL_TIMEOUT=60
CHECKYBOT_CURL_SSL_VERIFY_PEER=false
```

Or, modify the `config/checkybot.php` file after publishing.

VariableDescription`CHECKYBOT_BASE_URL`The endpoint where error payloads are sent`CHECKYBOT_KEY`API token from your Checkybot dashboard`CHECKYBOT_CURL_TIMEOUT`Timeout in seconds for the HTTP request`CHECKYBOT_CURL_SSL_VERIFY_PEER`Whether to verify SSL certificates (set to `false` to disable)---

📄 License
---------

[](#-license)

This package is open-sourced software licensed under the [MIT license](LICENSE).
Originally developed by [Spatie](https://github.com/spatie) and extended by [Checkybot Labs](https://github.com/checkybot-labs).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance61

Regular maintenance activity

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

6

Last Release

367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fdcaa1c5e4b19ac248a134995e763e87c5f190dab0a495ed74be46851102892f?d=identicon)[checkybot](/maintainers/checkybot)

---

Top Contributors

[![emefye](https://avatars.githubusercontent.com/u/47487664?v=4)](https://github.com/emefye "emefye (25 commits)")[![rubenvanassche](https://avatars.githubusercontent.com/u/619804?v=4)](https://github.com/rubenvanassche "rubenvanassche (24 commits)")[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (13 commits)")[![chrispage1](https://avatars.githubusercontent.com/u/2487374?v=4)](https://github.com/chrispage1 "chrispage1 (1 commits)")[![dbfx](https://avatars.githubusercontent.com/u/182394?v=4)](https://github.com/dbfx "dbfx (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelerrorreport

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/checkybot-labs-laravel-ers/health.svg)

```
[![Health](https://phpackages.com/badges/checkybot-labs-laravel-ers/health.svg)](https://phpackages.com/packages/checkybot-labs-laravel-ers)
```

###  Alternatives

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[barryvdh/laravel-dompdf

A DOMPDF Wrapper for Laravel

7.3k87.6M278](/packages/barryvdh-laravel-dompdf)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
