PHPackages                             codingagency/cody-support-filament - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codingagency/cody-support-filament

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

codingagency/cody-support-filament
==================================

Filament plugin for Cody.support issue reporting

v1.0.0(3mo ago)036MITPHPPHP ^8.1

Since Mar 18Pushed 3mo agoCompare

[ Source](https://github.com/CodingAgency/cody-support-filament)[ Packagist](https://packagist.org/packages/codingagency/cody-support-filament)[ Docs](https://github.com/CodingAgency/filament-cody)[ RSS](/packages/codingagency-cody-support-filament/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Filament Cody
=============

[](#filament-cody)

A [Filament](https://filamentphp.com) plugin that adds a 🛟 support button to your panel. Users can report issues directly to [Cody.support](https://cody.support) without leaving the admin panel.

Supports **Filament v4** (Livewire 3) and **Filament v5** (Livewire 4).

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

[](#installation)

```
composer require codingagency/cody-support-filament
```

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

[](#configuration)

Add these variables to your `.env` file:

```
CODY_API_TOKEN=cody_your_api_token
CODY_PROJECT_KEY=SHOP
```

Optionally publish the config file:

```
php artisan vendor:publish --tag=cody-config
```

Usage
-----

[](#usage)

Register the plugin in your `PanelProvider`:

```
use CodySupport\FilamentCody\CodyPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            CodyPlugin::make(),
        ]);
}
```

That's it! A 🛟 button will appear in the top bar of your Filament panel. Clicking it opens a modal where users can submit issues with:

- **Subject** — Brief description
- **Description** — Detailed explanation
- **Type** — Bug, Task, Support, Improvement, or Idea
- **Priority** — Low, Medium, High, or Urgent

The authenticated user's name and email are automatically included, along with metadata (page URL, user agent, environment).

Customization
-------------

[](#customization)

You can customize the available types and priorities:

```
CodyPlugin::make()
    ->types([
        'bug' => 'Bug',
        'feature' => 'Feature Request',
        'question' => 'Question',
    ])
    ->priorities([
        'low' => 'Low',
        'high' => 'High',
    ]),
```

License
-------

[](#license)

MIT

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

97d ago

### Community

Maintainers

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

---

Tags

laravelsupportfilamenthelpdeskcody

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/codingagency-cody-support-filament/health.svg)

```
[![Health](https://phpackages.com/badges/codingagency-cody-support-filament/health.svg)](https://phpackages.com/packages/codingagency-cody-support-filament)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

209175.5k8](/packages/bezhansalleh-filament-google-analytics)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

196.5k14](/packages/wsmallnews-filament-nestedset)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

162.5k](/packages/promethys-revive)[tapp/filament-form-builder

User facing form builder using Filament components

141.9k2](/packages/tapp-filament-form-builder)[a2insights/filament-saas

Filament Saas for A2Insights

171.5k](/packages/a2insights-filament-saas)

PHPackages © 2026

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