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

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

mantax559/laravel-helpers
=========================

Laravel Helpers

1.1.89(1mo ago)07334MITPHPPHP ^8.5

Since Oct 17Pushed 1mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (11)Versions (102)Used By (4)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/b79b8387bc1bf4ffb9ea498180fc0f0136747263c1e559b067610e122446c96a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d68656c706572733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/b79b8387bc1bf4ffb9ea498180fc0f0136747263c1e559b067610e122446c96a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d68656c706572733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/8445554a6e57cf686f1804075ac1a968874fdba976478f2ed6de1ce143952d4b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d68656c706572733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8445554a6e57cf686f1804075ac1a968874fdba976478f2ed6de1ce143952d4b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d68656c706572733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/ed7d55b1895c57827d40b3d633c01df3865c5017d9c16e91a0aba57872baa525/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d68656c706572733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ed7d55b1895c57827d40b3d633c01df3865c5017d9c16e91a0aba57872baa525/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d68656c706572733f7374796c653d666c61742d737175617265)[![PHP from Packagist](https://camo.githubusercontent.com/f17e89907fbd2c2fdffa27258a3e5810c910f476514769a7dc5ed51dc3bd6306/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d68656c706572733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/f17e89907fbd2c2fdffa27258a3e5810c910f476514769a7dc5ed51dc3bd6306/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d68656c706572733f7374796c653d666c61742d737175617265)

Laravel Helpers
===============

[](#laravel-helpers)

Requirements
------------

[](#requirements)

- **Intl** - recommended for enhanced email validation
- **Xdebug** - optional, required for code coverage analysis

Installation &amp; Setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require mantax559/laravel-helpers

```

After installation, add to the header:

```
@stack('cdn-header')

```

And the footer:

```
@stack('cdn-footer')
@stack('scripts')

```

The package will automatically register its service provider.

Usage
-----

[](#usage)

See **[USAGE.md](USAGE.md)** for more information about the package and examples.

Customisation
-------------

[](#customisation)

### Config

[](#config)

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Mantax559\LaravelHelpers\Providers\AppServiceProvider" --tag=config

```

### Testing

[](#testing)

Run the test suite:

```
composer test

```

Coverage summary in the terminal:

```
composer test-coverage

```

For a browsable HTML report, generate files under `coverage/` and open `coverage/index.html` in your browser:

```
composer test-coverage-html

```

License
-------

[](#license)

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

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance90

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~9 days

Recently: every ~90 days

Total

100

Last Release

48d ago

PHP version history (4 changes)v1.0.0PHP ^8.1

v1.1.18PHP ^8.0

1.1.59PHP ^8.2

1.1.88PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/9112f42164476fc9161119403cb2cf059208c004f5f3b228ae66f81a39f0742f?d=identicon)[mantax559](/maintainers/mantax559)

---

Top Contributors

[![mantax559](https://avatars.githubusercontent.com/u/45240543?v=4)](https://github.com/mantax559 "mantax559 (324 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)

PHPackages © 2026

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