PHPackages                             flobbos/laravel-simple-helper - 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. flobbos/laravel-simple-helper

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

flobbos/laravel-simple-helper
=============================

A small package for better maintenance of your helper classes.

0.13(6y ago)27.3k—0%MITPHPPHP &gt;=5.6.0

Since May 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Flobbos/laravel-simple-helper)[ Packagist](https://packagist.org/packages/flobbos/laravel-simple-helper)[ RSS](/packages/flobbos-laravel-simple-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Laravel-Simple-Helper
=====================

[](#laravel-simple-helper)

[![Laravel Simple Helper](img/laravel-simple-helper.png)](img/laravel-simple-helper.png)

**Install and maintain all your helpers in a simple way**

### Docs

[](#docs)

- [Installation](#installation)
- [Configuration](#configuration)
- [Laravel compatibility](#laravel-compatibility)

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

[](#installation)

### Install package

[](#install-package)

Add the package in your composer.json by executing the command.

```
composer require flobbos/laravel-simple-helper
```

Register the service provider with your `app/config/app.php`

```
Flobbos\LaravelSimpleHelper\LaravelSimpleHelperServiceProvider::class,

```

Configuration
-------------

[](#configuration)

Publish the configuration file.

```
php artisan vendor:publish
```

### Use the package

[](#use-the-package)

By default the package assumes that your helpers live in the app\\Helpers directory. You have the option to specify the helpers directory in the config.

The second option is to just load everything that's in the Helpers directory or specify each helper in the config file.

Laravel compatibility
---------------------

[](#laravel-compatibility)

LaravelSimpleHelper is generally compatible with Laravel version 5.X.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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 ~274 days

Total

4

Last Release

2460d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74704c23d1a3ea66e1ddd18de4e90635ea4a2c28838e72ad49ba947694f7988e?d=identicon)[Flobbos](/maintainers/Flobbos)

---

Tags

laravelhelpers

### Embed Badge

![Health badge](/badges/flobbos-laravel-simple-helper/health.svg)

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

###  Alternatives

[prologue/support

Prologue Support is an extension for Illuminate Support

1616.8k](/packages/prologue-support)

PHPackages © 2026

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