PHPackages                             ades4827/sprintflow - 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. ades4827/sprintflow

ActiveLibrary[Framework](/categories/framework)

ades4827/sprintflow
===================

Laravel Package for speed up your project development

5.1.4(1mo ago)0478GPL-2.0-or-laterPHPPHP ^8.3

Since Nov 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/ades4827/sprintflow)[ Packagist](https://packagist.org/packages/ades4827/sprintflow)[ Docs](https://github.com/ades4827/sprintflow)[ RSS](/packages/ades4827-sprintflow/feed)WikiDiscussions laravel11\_livewire3 Synced 1mo ago

READMEChangelog (1)Dependencies (18)Versions (182)Used By (0)

SprintFlow
==========

[](#sprintflow)

Laravel Package for speed up your project development

Version Compatibility
---------------------

[](#version-compatibility)

LaravelLivewireSprintFlow10.x2.x1.x10.x3.x2.x11.x3.x3.x12.x3.x4.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require ades4827/sprintflow
```

when used in tailwind is required to add this in config to load correct css class

```
module.exports = {
    content: [
        "./vendor/ades4827/sprintflow/resources/**/*.php",
    ],
}

```

For customization, you can publish with:

```
php artisan vendor:publish --tag=sprintflow-config
php artisan vendor:publish --tag=sprintflow-views
php artisan vendor:publish --tag=sprintflow-lang
```

### Changelog

[](#changelog)

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

Features
--------

[](#features)

- [Model utils](src/Traits/BaseModelTrait.php)
- Blade utils [See usage example](examples/Blade/README.md)
- Ready to use [Casts](src/Casts)
- API generator for WireUi select [See usage example](examples/API/README.md)
- Permission management [See usage example](examples/Permission/README.md)
- Crud system [See usage example](examples/Crud/README.md)
- Datatable extension [See usage example](examples/Datatable/README.md)
- Livewire validation for file upload [See usage example](examples/LivewireFileValidationTrait/README.md)
- Settings component [See usage example](examples/LivewireFileValidationTrait/README.md)
- Log Monthly rotate [See usage example](examples/LogRotate/README.md)

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)

- [Michele Lucchina](https://github.com/ades4827)

License
-------

[](#license)

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

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 63.1% 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 ~5 days

Total

177

Last Release

48d ago

Major Versions

3.2.24 → 5.0.22026-03-06

4.1.28 → 5.0.42026-03-09

4.2.0 → 5.1.02026-03-16

4.2.2 → 5.1.32026-03-26

4.2.3 → 5.1.42026-03-30

PHP version history (3 changes)1.0.0PHP ^8.1

4.0.0PHP ^8.3

3.2.8PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![michelejoker](https://avatars.githubusercontent.com/u/180074909?v=4)](https://github.com/michelejoker "michelejoker (70 commits)")[![michele-widesrl](https://avatars.githubusercontent.com/u/70145708?v=4)](https://github.com/michele-widesrl "michele-widesrl (26 commits)")[![ades4827](https://avatars.githubusercontent.com/u/27701869?v=4)](https://github.com/ades4827 "ades4827 (15 commits)")

### Embed Badge

![Health badge](/badges/ades4827-sprintflow/health.svg)

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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