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

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

taylornetwork/laravel-helpers
=============================

A collection of Laravel helpers

1.4.0(7y ago)0691MITPHPPHP &gt;=7.0.0

Since Nov 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/taylornetwork/laravel-helpers)[ Packagist](https://packagist.org/packages/taylornetwork/laravel-helpers)[ RSS](/packages/taylornetwork-laravel-helpers/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (7)Used By (1)

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

[](#laravel-helpers)

A collection of useful helper functions for Laravel. Also will include user created helper functions.

Install
-------

[](#install)

Via Composer

```
$ composer require taylornetwork/laravel-helpers
```

Setup
-----

[](#setup)

Laravel should automatically discover the package service provider. If that doesn't work for some reason, follow the Manual Setup.

### Manual Setup

[](#manual-setup)

Only use these steps if Laravel does not auto discover the service provider.

Add the service provider to the providers array in your `config/app.php`

```
'providers' => [

	TaylorNetwork\LaravelHelpers\LaravelHelpersServiceProvider::class,

];
```

### Publish Config

[](#publish-config)

```
$ php artisan vendor:publish
```

This adds `laravel_helpers.php` to your `config` directory

Included Helpers
----------------

[](#included-helpers)

Click on any of the links to see the helper documentation

- [replace\_variables](https://github.com/taylornetwork/replace-variables)
- [associative\_implode](https://github.com/taylornetwork/associative-implode)

Usage
-----

[](#usage)

To create a helper function

```
$ php artisan make:helper HelperName
```

Will create an `app/Helpers` directory and add `HelperName.php`

```
// app/Helpers/HelperName.php

if(!function_exists('HelperName'))
{
	/**
	 * HelperName
	 */
	function HelperName ()
	{
		// Code
	}
}
```

This will automatically be included and you can call `HelperName()` anywhere in your code.

### Customization

[](#customization)

By default `TaylorNetwork\LaravelHelpers\LaravelHelpersServiceProvider` will include all helpers included with this package and all helpers found in `app\Helpers`. You can change this in `config/laravel_helpers.php`

Credits
-------

[](#credits)

- Main Author: [Sam Taylor](https://github.com/taylornetwork)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Recently: every ~176 days

Total

6

Last Release

2807d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

1.2.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/83340094473f0bf5b2cf062bf394df221a52a30aa0e21cd0a77302977d6393ce?d=identicon)[samueljtaylor](/maintainers/samueljtaylor)

---

Top Contributors

[![samyrataylor](https://avatars.githubusercontent.com/u/15961687?v=4)](https://github.com/samyrataylor "samyrataylor (26 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M363](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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