PHPackages                             mphpmaster/laravel-helper-loader - 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. mphpmaster/laravel-helper-loader

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

mphpmaster/laravel-helper-loader
================================

Laravel helpers files loader.

1.0.0(4y ago)05MITPHPPHP ^7.4

Since Jan 16Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel helpers files loader
============================

[](#laravel-helpers-files-loader)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b00a46cac0ae02aa95ea2b4b9ce814cecdaa008b3c8b1abc226a9599bbcfcb78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7068706d61737465722f6c61726176656c2d68656c7065722d6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mphpmaster/laravel-helper-loader)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7f44a31781e66cab020e07e2117ba6dcff3019d0dae760d1c9e493311cf60f95/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d7068706d61737465722f6c61726176656c2d68656c7065722d6c6f616465722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/mphpmaster/laravel-helper-loader/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/71f33a5f9cc46db8bc79193e2d3b4ba3307812d95b458ee0928b2d9e906fce32/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d7068706d61737465722f6c61726176656c2d68656c7065722d6c6f616465722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/mphpmaster/laravel-helper-loader/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/558512b30d6e1557d7520e49df29c0be2958223bea73475dfd0c903e846d5530/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7068706d61737465722f6c61726176656c2d68656c7065722d6c6f616465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mphpmaster/laravel-helper-loader)

---

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

[](#installation)

You can install the package via composer:

```
composer require mphpmaster/laravel-helper-loader
```

You can publish the config file with:

```
php artisan vendor:publish --tag="mphpmaster-configs"
```

This is the contents of the published config file:

```
return [
    'allowed_suffix' => [
        '.functions',
        '.class'
    ],

    'allowed_extension' => '.php',

    'auto_load_paths' => [],
];
```

Usage
-----

[](#usage)

Put helpers paths in config `config/helper-loader.php`:

```
    'auto_load_paths' => [
        app_path("Helpers"),
        app_path("Test"),
        base_path("Helpers"),
    ],
```

Or you can manual load:

```
use MPhpMaster\LaravelHelperLoader\HelperLoader;

HelperLoader::autoLoad(app_path("Helpers"));
```

Testing
-------

[](#testing)

No tests

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [hlaCk](https://github.com/mPhpMaster)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

Unknown

Total

1

Last Release

1575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/653f207f1b16ec4055eea8fd8699991febd6a1a0201011ab3d1a6ece3bbfd511?d=identicon)[mPhpMaster](/maintainers/mPhpMaster)

---

Top Contributors

[![m-alsafadi](https://avatars.githubusercontent.com/u/89378271?v=4)](https://github.com/m-alsafadi "m-alsafadi (3 commits)")[![mPhpMaster](https://avatars.githubusercontent.com/u/59211285?v=4)](https://github.com/mPhpMaster "mPhpMaster (2 commits)")

---

Tags

laravelhelperloader

### Embed Badge

![Health badge](/badges/mphpmaster-laravel-helper-loader/health.svg)

```
[![Health](https://phpackages.com/badges/mphpmaster-laravel-helper-loader/health.svg)](https://phpackages.com/packages/mphpmaster-laravel-helper-loader)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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