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

ActiveLibrary

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 1mo 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 1mo ago

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

36

—

LowBetter than 82% of packages

Maintenance66

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

669d 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

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[danestves/laravel-polar

A package to easily integrate your Laravel application with Polar.sh

7812.3k](/packages/danestves-laravel-polar)[tarfin-labs/event-machine

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

188.5k](/packages/tarfin-labs-event-machine)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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