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

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

flavorly/laravel-helpers
========================

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

v0.13.15(1mo ago)0878[5 PRs](https://github.com/flavorly/laravel-helpers/pulls)2MITPHPPHP ^8.5CI passing

Since Jun 4Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (30)Versions (56)Used By (2)

Laravel Helpers ⚡
=================

[](#laravel-helpers-)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c35c24f934907a2e74eaac8484c37f46589b298bcc5a5f212cf1463869d14d62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666c61766f726c792f6c61726176656c2d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flavorly/laravel-helpers)[![GitHub Tests Action Status](https://camo.githubusercontent.com/21cebb747b82c67a745e9876195f09c4f688384852eeded094ed76cb131cfc0c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f666c61766f726c792f6c61726176656c2d68656c706572732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/flavorly/laravel-helpers/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5f3d5c2f35d173a9d38b12441abbc1ddba33ed695dd01605286f215f20d38967/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f666c61766f726c792f6c61726176656c2d68656c706572732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/flavorly/laravel-helpers/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/900a5fbfcb9a8540f20d60f9e29d88cbbe29634e4400a58a8ca5fed01e07ca01/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666c61766f726c792f6c61726176656c2d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/flavorly/laravel-helpers)

A small, yet powerful package that provides a set of helpers for your Laravel applications.

Helpers Provided:

- `EnumConcern`- A trait that allows you to get list enums, translate enums, compare, etc
- `Contracts` - Register service provider, Macros, Cache, etc
- `Data` - Option Data

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

[](#installation)

You can install the package via composer:

```
composer require flavorly/laravel-helpers
```

You can publish the config file with:

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

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

49

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 64.6% 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 ~14 days

Total

48

Last Release

48d ago

PHP version history (3 changes)v0.0.1PHP ^8.3

v0.13.9PHP ^8.3 | ^8.4

v0.13.11PHP ^8.5

### 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 (64 commits)")[![nunoxavier](https://avatars.githubusercontent.com/u/17342345?v=4)](https://github.com/nunoxavier "nunoxavier (23 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

laravellaravel-helpersflavorly

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[nativephp/desktop

NativePHP for Desktop

34020.6k3](/packages/nativephp-desktop)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[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)

PHPackages © 2026

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