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(3mo ago)010MITPHPPHP ^8.2

Since Jan 24Pushed 3mo 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 1mo ago

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

36

—

LowBetter than 82% of packages

Maintenance80

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a625fdebbe4db5eafe7042370d57ea3d7a4e8c430bb7f0b83aaaef9773545d78?d=identicon)[cyberx11](/maintainers/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

[camya/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

13444.5k](/packages/camya-filament-title-with-slug)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[awcodes/filament-addons

A set of components / fields to extend Filament Admin.

3013.1k2](/packages/awcodes-filament-addons)[blendbyte/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

1322.4k3](/packages/blendbyte-filament-title-with-slug)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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