PHPackages                             flavorly/laravel-flows - 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. flavorly/laravel-flows

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

flavorly/laravel-flows
======================

A tool of tiny but useful Laravel Helpers that we use across our projects

v0.1.0(1y ago)018[5 PRs](https://github.com/flavorly/laravel-flows/pulls)MITPHPPHP ^8.3CI passing

Since Jul 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/flavorly/laravel-flows)[ Packagist](https://packagist.org/packages/flavorly/laravel-flows)[ Docs](https://github.com/flavorly/laravel-flows)[ RSS](/packages/flavorly-laravel-flows/feed)WikiDiscussions main Synced today

READMEChangelog (9)Dependencies (18)Versions (16)Used By (0)

Laravel Flows ⚡
===============

[](#laravel-flows-)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3a695d6f41ef336276c861c686674c5d7da5fcc1e31c977c22996a41bbf881b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c61766f726c792f6c61726176656c2d666c6f77732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flavorly/laravel-flows)[![GitHub Tests Action Status](https://camo.githubusercontent.com/21468f015bcae3e387b0584b447b109d39932fd2d9cdd0d6a39cce913b60fda8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f666c61766f726c792f6c61726176656c2d666c6f77732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/flavorly/laravel-flows/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3dc5e5b172e1f486f8f528d6fbcbcbe0da1e8be023057a374f4c9d9219c29831/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f666c61766f726c792f6c61726176656c2d666c6f77732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/flavorly/laravel-flows/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/56dcd283bac29d7caab28a4bd703db6834d19833d7eb942c17902309f2267ddb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c61766f726c792f6c61726176656c2d666c6f77732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flavorly/laravel-flows)

A simple package to manage flows in your Laravel application. This package aims to provider a "ticketing" system to manage the flow of a certain Model

So lets say you have orders, but a order can be retried many times, but you want to know exactly what happened on that "flow" of the order, so you can use this package to manage that The flow also aims to store some additional context if requires, so you can store the request payload, the response payload, the error message, etc

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

[](#installation)

You can install the package via composer:

```
composer require flavorly/laravel-flows
```

You can publish the config file with:

```
php artisan vendor:publish --tag="flows-config"
```

You can publish migrations

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

Testing
-------

[](#testing)

```
composer test
```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [jon](https://github.com/flavorly)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance60

Regular maintenance activity

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Every ~1 days

Total

9

Last Release

720d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0541aadb1decf81d4f07f606a6d3dbcd247f1764953c49c2488413d738e035a?d=identicon)[nikuscs](/maintainers/nikuscs)

---

Top Contributors

[![nikuscs](https://avatars.githubusercontent.com/u/12662462?v=4)](https://github.com/nikuscs "nikuscs (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

---

Tags

laravelflavorlylaravel flows

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/flavorly-laravel-flows/health.svg)

```
[![Health](https://phpackages.com/badges/flavorly-laravel-flows/health.svg)](https://phpackages.com/packages/flavorly-laravel-flows)
```

###  Alternatives

[binaryk/laravel-restify

Laravel REST API helpers

677415.0k](/packages/binaryk-laravel-restify)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)

PHPackages © 2026

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