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

1.3.3(6mo ago)0492mitPHPPHP &gt;=8.0.2CI failing

Since Oct 28Pushed 6mo 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 1mo ago

READMEChangelog (10)Dependencies (4)Versions (16)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

39

—

LowBetter than 86% of packages

Maintenance69

Regular maintenance activity

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.6% 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 ~27 days

Recently: every ~71 days

Total

15

Last Release

182d ago

### Community

Maintainers

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

---

Top Contributors

[![marventhieme](https://avatars.githubusercontent.com/u/53627227?v=4)](https://github.com/marventhieme "marventhieme (35 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

[lukeyouell/craft-sentry

Error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost efficiency. Improve user experience.

17123.4k1](/packages/lukeyouell-craft-sentry)[superbig/craft-audit

Log adding/updating/deleting of elements

2053.6k](/packages/superbig-craft-audit)[putyourlightson/craft-sherlock

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

1657.0k2](/packages/putyourlightson-craft-sherlock)

PHPackages © 2026

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