PHPackages                             ahmedshaan/filament-approval-workflow - 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. ahmedshaan/filament-approval-workflow

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

ahmedshaan/filament-approval-workflow
=====================================

Filament v3 plugin for the approval workflow is an excellent way to package this functionality and make it easily reusable across different Filament projects.

v1.0.0(2y ago)00PHP

Since Jun 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ahmedsunil/filament-workflow-plugin)[ Packagist](https://packagist.org/packages/ahmedshaan/filament-approval-workflow)[ RSS](/packages/ahmedshaan-filament-approval-workflow/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Usage
-----

[](#usage)

...

In your Filament resource, use the plugin's actions, state column, and form components:

```
use AhmedShaan\FilamentApprovalWorkflow\FilamentApprovalWorkflowPlugin;
use AhmedShaan\FilamentApprovalWorkflow\Traits\HasApprovalWorkflowForm;

class YourResource extends Resource
{
    use HasApprovalWorkflowForm;

    public static function table(Table $table): Table
    {
        return $table
            ->columns([
                // ...
                FilamentApprovalWorkflowPlugin::getStateColumn(),
            ])
            ->actions([
                ...FilamentApprovalWorkflowPlugin::getTableActions(),
            ]);
    }

    public static function form(Form $form): Form
    {
        return $form
            ->schema([
                // Your other form fields...
                ...static::getFormSchema(),
            ]);
    }

    // ...
}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

733d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5484690?v=4)[Ahmed Sunil](/maintainers/ahmedsunil)[@ahmedsunil](https://github.com/ahmedsunil)

---

Top Contributors

[![ahmedsunil](https://avatars.githubusercontent.com/u/5484690?v=4)](https://github.com/ahmedsunil "ahmedsunil (6 commits)")

### Embed Badge

![Health badge](/badges/ahmedshaan-filament-approval-workflow/health.svg)

```
[![Health](https://phpackages.com/badges/ahmedshaan-filament-approval-workflow/health.svg)](https://phpackages.com/packages/ahmedshaan-filament-approval-workflow)
```

###  Alternatives

[jeffreyvr/dropblockeditor

A simple block editor made with Livewire.

1236.7k1](/packages/jeffreyvr-dropblockeditor)

PHPackages © 2026

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