PHPackages                             dystcz/flow - 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. dystcz/flow

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

dystcz/flow
===========

Manage workflows, business processes, multistep forms and more in Laravel.

v1.x-dev(3y ago)8195[8 issues](https://github.com/dystcz/flow/issues)MITPHPPHP ^8.1

Since Feb 20Pushed 2y ago2 watchersCompare

[ Source](https://github.com/dystcz/flow)[ Packagist](https://packagist.org/packages/dystcz/flow)[ Docs](https://github.com/dystcz/flow)[ RSS](/packages/dystcz-flow/feed)WikiDiscussions main Synced 1mo ago

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

Flow for Laravel
================

[](#flow-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fd2b237b42d2127a233e8479cb75479dec1294cbdb51b8fdb0d8dbb6c2fda6e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64797374637a2f666c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dystcz/flow)[![Total Downloads](https://camo.githubusercontent.com/cf8976c5a56040f58c625fb53fc9be84c910e5c5bc7d9f67efa79626fc8b500f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64797374637a2f666c6f772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dystcz/flow)[![GitHub Actions](https://github.com/dystcz/flow/actions/workflows/run-tests.yml/badge.svg)](https://github.com/dystcz/flow/actions/workflows/run-tests.yml/badge.svg)

🚧 Currently under heavy construction
------------------------------------

[](#-currently-under-heavy-construction)

Undergoing massive [slimming process](https://github.com/dystcz/flow/issues/4) and [quality of life](https://github.com/dystcz/flow/issues/2) improvements. Some may be [overkill](https://github.com/dystcz/flow/issues/5), others sound [reasonable](https://github.com/dystcz/flow/issues/3), but will be [hard](https://github.com/dystcz/flow/issues/6) nonetheless. Any help would be greatly appreciated, so we can get [here](https://github.com/dystcz/flow/milestone/1) at some point. 🥲

Introduction
------------

[](#introduction)

Are you sick of inconsistently reimplementing related business processes for your clients?

Do you want to find a common solution which is easy to build and maintain?

Look no more.

This package aims to ease your pain when implementing related business processes / workflows in Laravel. Right now it uses [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph) structure for flow relations.

General idea
------------

[](#general-idea)

### Example flows

[](#example-flows)

- Client project lifecycle (proposal, contract, deposit, development, feedback, ...)
- Multipart forms of any sorts
- Basically any process which can be split into smaller, logical pieces

Documentation
-------------

[](#documentation)

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

[](#installation)

⛔ do not install, without a documentation it's a mess. Wait till v1.

If you still wanna proceeed, you can install the package via composer:

```
composer require dystcz/flow
```

The package will automatically register itself (wow).

You can publish the migration with:

```
php artisan vendor:publish --provider="Dystcz\Flow\FlowServiceProvider" --tag="migrations"
```

After publishing the migration you can create the tables by running the migrations:

```
php artisan migrate
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Dystcz\Flow\FlowServiceProvider" --tag="config"
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jakub Theimer](https://github.com/theimerj)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

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

1183d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/581117abe0f4b50c0ed62f6072f506571a3be5351311f447f10e120c24e2ddca?d=identicon)[theimerj](/maintainers/theimerj)

---

Top Contributors

[![repl6669](https://avatars.githubusercontent.com/u/5587309?v=4)](https://github.com/repl6669 "repl6669 (478 commits)")

---

Tags

laravelprocessesworkflowsphplaravelworkflowflowdystczbusiness-processes

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/dystcz-flow/health.svg)

```
[![Health](https://phpackages.com/badges/dystcz-flow/health.svg)](https://phpackages.com/packages/dystcz-flow)
```

###  Alternatives

[monicahq/laravel-cloudflare

Add Cloudflare ip addresses to trusted proxies for Laravel.

3372.7M4](/packages/monicahq-laravel-cloudflare)[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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