PHPackages                             webhubworks/craft-flare - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. webhubworks/craft-flare

ActiveCraft-plugin[Logging &amp; Monitoring](/categories/logging)

webhubworks/craft-flare
=======================

Flare error tracker integration for Craft CMS

2.0.1(1w ago)0819mitPHPPHP &gt;=8.2CI failing

Since Oct 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/webhubworks/craft-flare)[ Packagist](https://packagist.org/packages/webhubworks/craft-flare)[ RSS](/packages/webhubworks-craft-flare/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (12)Versions (20)Used By (0)

Craft Flare plugin for Craft CMS 4.x and 5.x
============================================

[](#craft-flare-plugin-for-craft-cms-4x-and-5x)

Flare error tracker integration for Craft CMS

[![Flare overview](https://raw.githubusercontent.com/webhubworks/craft-flare/refs/heads/main/craft-flare-overview.png)](https://raw.githubusercontent.com/webhubworks/craft-flare/refs/heads/main/craft-flare-overview.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.5.0/5.0.0 or later, and PHP 8.0.2 or later.

You'll also have to provide an Flare API key.

🙏 You can create a Flare account using our affiliate link: [Flare](https://flareapp.io/?via=webhub) This helps a lot supporting the maintenance of this plugin.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin and install it:

    ```
     composer require "webhubworks/craft-flare" -w && php craft plugin/install craft-flare

     # or with DDEV
     ddev composer require "webhubworks/craft-flare" -w && ddev craft plugin/install craft-flare

    ```

Configuration
-------------

[](#configuration)

Create a new PHP project in Flare or go to the settings page of your existing Flare project and copy your project specific Flare API key. Paste this key into the Craft Flare settings.

#### Bootstrapping (optional)

[](#bootstrapping-optional)

To load Flare as early as possible during the application boot up add the following line as the first entry of `bootstrap` into your `config/app.php` file:

```
# config/app.php

'bootstrap' => [
    '\webhubworks\flare\Bootstrap', // context('Order', [
         'price' => $order->price,
         'currency' => $order->currency,
    ])
   ->report(new \Exception('Test exception'));
```

Testing Flare
-------------

[](#testing-flare)

In order to quickly test whether everything is set up correctly and if errors are reported to Flare, you can use the buttons in the "Testing Error-Tracking" section on the plugins settings page.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance92

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 69.8% of commits — single point of failure

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 ~33 days

Recently: every ~53 days

Total

19

Last Release

13d ago

Major Versions

1.3.3 → 2.0.02026-05-06

PHP version history (2 changes)1.0.0PHP &gt;=8.0.2

2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53560154?v=4)[webhub](/maintainers/webhubworks)[@webhubworks](https://github.com/webhubworks)

---

Top Contributors

[![marventhieme](https://avatars.githubusercontent.com/u/53627227?v=4)](https://github.com/marventhieme "marventhieme (37 commits)")[![MariusKnirk](https://avatars.githubusercontent.com/u/111346131?v=4)](https://github.com/MariusKnirk "MariusKnirk (8 commits)")[![rostockahoi](https://avatars.githubusercontent.com/u/16897125?v=4)](https://github.com/rostockahoi "rostockahoi (8 commits)")

### Embed Badge

![Health badge](/badges/webhubworks-craft-flare/health.svg)

```
[![Health](https://phpackages.com/badges/webhubworks-craft-flare/health.svg)](https://phpackages.com/packages/webhubworks-craft-flare)
```

###  Alternatives

[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393813.5k10](/packages/spicyweb-craft-neo)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)[putyourlightson/craft-sherlock

Security scanner and monitor to keep your site and CMS secure.

1659.6k4](/packages/putyourlightson-craft-sherlock)

PHPackages © 2026

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