PHPackages                             habibtalib/filament-flowstone - 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. [Framework](/categories/framework)
4. /
5. habibtalib/filament-flowstone

ActiveLibrary[Framework](/categories/framework)

habibtalib/filament-flowstone
=============================

Filament plugin for Flowstone - Laravel Workflow Engine

v1.0.0(5mo ago)010MITPHPPHP ^8.2

Since Jan 24Pushed 5mo agoCompare

[ Source](https://github.com/habibtalib/filament-flowstone)[ Packagist](https://packagist.org/packages/habibtalib/filament-flowstone)[ Docs](https://github.com/habibtalib/filament-flowstone)[ RSS](/packages/habibtalib-filament-flowstone/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (2)Used By (0)

Filament Flowstone
==================

[](#filament-flowstone)

A Filament plugin for [Flowstone](https://github.com/cleaniquecoders/flowstone) - Laravel Workflow Engine with Symfony Workflow Integration.

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

[](#installation)

Install the package via Composer:

```
composer require habibtalib/filament-flowstone
```

Usage
-----

[](#usage)

Register the plugin in your Filament Panel Provider:

```
use CleaniqueCoders\FilamentFlowstone\FilamentFlowstonePlugin;

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

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

[](#configuration)

You can customize the plugin behavior:

```
FilamentFlowstonePlugin::make()
    ->navigationGroup('System')
    ->navigationIcon('heroicon-o-cog')
    ->navigationSort(100)
    ->workflowResource(true)
    ->workflowDesignerPage(true)
    ->widgets(true)
```

### Available Options

[](#available-options)

MethodDescriptionDefault`navigationGroup(?string $group)`Set the navigation group`null``navigationIcon(?string $icon)`Set the navigation icon`heroicon-o-arrow-path``navigationSort(?int $sort)`Set the navigation sort order`null``workflowResource(bool $condition)`Enable/disable the Workflow resource`true``workflowDesignerPage(bool $condition)`Enable/disable the Workflow Designer page`true``widgets(bool $condition)`Enable/disable the dashboard widgets`true`Features
--------

[](#features)

### Workflow Resource

[](#workflow-resource)

Full CRUD management for workflows including:

- Create, edit, and delete workflows
- Configure workflow type (state machine or workflow)
- Set initial marking and marking store configuration
- Toggle event dispatch settings
- Enable/disable audit trails

### Relation Managers

[](#relation-managers)

- **Places** - Manage workflow places/states with drag-and-drop reordering
- **Transitions** - Define transitions between places with guard configuration
- **Audit Logs** - View the audit trail for workflow transitions (read-only)

### Workflow Designer Page

[](#workflow-designer-page)

Visual designer for viewing and managing workflows:

- View workflow structure and configuration
- Quick access to places and transitions
- Rebuild workflow configuration

### Dashboard Widgets

[](#dashboard-widgets)

- **Workflow Stats Widget** - Overview statistics (total workflows, places, transitions, audit logs)
- **Workflow Overview Widget** - Table of recent workflows with quick actions

Publishing Assets
-----------------

[](#publishing-assets)

Publish the configuration file:

```
php artisan vendor:publish --tag="filament-flowstone-config"
```

Publish views (optional, for customization):

```
php artisan vendor:publish --tag="filament-flowstone-views"
```

Publish translations (optional):

```
php artisan vendor:publish --tag="filament-flowstone-translations"
```

**Note:** This plugin uses tables from the main `cleaniquecoders/flowstone` package. Make sure to run the Flowstone migrations first:

```
php artisan vendor:publish --tag="flowstone-migrations"
php artisan migrate
```

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

[](#requirements)

- PHP 8.2+
- Laravel 10.x, 11.x, or 12.x
- Filament 3.x
- Flowstone 1.x

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance72

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

161d ago

### Community

Maintainers

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

---

Top Contributors

[![habibtalib](https://avatars.githubusercontent.com/u/7113831?v=4)](https://github.com/habibtalib "habibtalib (19 commits)")

---

Tags

laravelworkflowstate-machinefilamentflowstonehabibtalib

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/habibtalib-filament-flowstone/health.svg)

```
[![Health](https://phpackages.com/badges/habibtalib-filament-flowstone/health.svg)](https://phpackages.com/packages/habibtalib-filament-flowstone)
```

###  Alternatives

[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274326.6k8](/packages/croustibat-filament-jobs-monitor)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16120.0k](/packages/backstage-mails)

PHPackages © 2026

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