flavorly / laravel-helpers
A tool of tiny but useful Laravel Helpers that we use across our projects
Installs: 709
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 3
pkg:composer/flavorly/laravel-helpers
Requires
- php: ^8.5
- laravel/framework: ^v12.0.0
- laravel/prompts: ^0.3
- league/iso3166: ^4.4
- spatie/laravel-data: ^4.19
- spatie/laravel-package-tools: ^1.92
- spatie/laravel-typescript-transformer: ^2.5
Requires (Dev)
- brick/money: ^0.11.0
- larastan/larastan: ^v3.3.0
- laravel/pint: ^1.26
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.9.0
- pestphp/pest: ^4.1
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- saloonphp/saloon: ^3.14
- dev-main
- v0.13.12
- v0.13.11
- v0.13.10
- v0.13.9
- v0.13.8
- v0.13.7
- v0.13.6
- v0.13.5
- v0.13.4
- v0.13.3
- v0.13.2
- v0.13.1
- v0.13.0
- v0.12.2
- v0.12.1
- v0.12.0
- v0.11.0
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.1
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.3
- v0.0.2
- v0.0.1
- dev-dependabot/github_actions/actions/cache-5
- dev-dependabot/github_actions/actions/checkout-6
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
This package is auto-updated.
Last update: 2026-01-26 17:16:10 UTC
README
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, etcContracts- Register service provider, Macros, Cache, etcData- Option Data
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
composer test
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.