PHPackages                             laraflow/laraflow - 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. laraflow/laraflow

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

laraflow/laraflow
=================

set of wrapper class for laraflow apps

0.0.8(3y ago)52[1 PRs](https://github.com/laraflow/core/pulls)MITPHPPHP ^7.4|^8.1

Since Jul 9Pushed 1y agoCompare

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

READMEChangelog (8)Dependencies (19)Versions (11)Used By (0)

Laraflow Core
=============

[](#laraflow-core)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a065b8479673b38fe40191cbcfbc510a58156b0cc95b4dd7cdfa66a2b6d4b176/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c617261666c6f772f636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laraflow/core)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2e59258e7baa763f6cdc9a71f944f26a6a08d27b00f91ded1e582e772a26725d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c617261666c6f772f636f72652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/laraflow/core/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5ac31ecfa6860723c6474dba65490a76eeb9c88d0012cc05930eb744d57a160f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c617261666c6f772f636f72652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/laraflow/core/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/31bd53168c1d088469137c15f75fb78710b81fcc97278d5a9c6e631778cda29e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c617261666c6f772f636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laraflow/core)

set of wrapper class for laraflow apps

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

[](#installation)

You can install the package via composer:

```
composer require laraflow/core
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laraflow-views"
```

Usage
-----

[](#usage)

```
$laraflow = new Laraflow\Core();
echo $laraflow->echoPhrase('Hello, Laraflow!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Mohammad Hafijul Islam](https://github.com/laraflow)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87% 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 ~4 days

Total

8

Last Release

1375d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/870a352ea25df3ba3fb9443653badfb195324776da50cef0d8c730475f7681b1?d=identicon)[hafijul233](/maintainers/hafijul233)

---

Top Contributors

[![hafijul233](https://avatars.githubusercontent.com/u/24684511?v=4)](https://github.com/hafijul233 "hafijul233 (140 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

laravelcorelaraflow

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[hotwired-laravel/stimulus-laravel

Use Stimulus in your Laravel app

3015.3k1](/packages/hotwired-laravel-stimulus-laravel)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)

PHPackages © 2026

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