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

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

wffranco/laravel-helpers
========================

Some helpers for Laravel 5.\*

v1.0.1(5y ago)0391MITPHPPHP ^7.0CI failing

Since Dec 12Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (1)

Package that contains some helpers for Laravel 5.\*

- [Installation](#installation)
    - [Composer](#composer)
    - [Cors](#composer)
        - [Service Provider](#service-provider)
        - [Config File](#config-file)
        - [Cors Middleware](#cors-middleware)
- [Usage](#usage)

Installation
============

[](#installation)

This package is easy to set up. Just follow a couple of steps.

Composer
--------

[](#composer)

Pull this package in through Composer (file `composer.json`).

```
{
    "require": {
        "wffranco/laravel-helpers": "~1.0"
    }
}
```

Cors
----

[](#cors)

If you need to use cross origin, here provides a solution.

### Service Provider

[](#service-provider)

Add the package to your application service providers in `config/app.php` file.

```
'providers' => [
    ...
    /**
     * Third Party Service Providers...
     */
    Wffranco\Helpers\ServiceProvider::class,
],
```

### Config File

[](#config-file)

Publish the package config file to your application. Run these command inside your terminal.

```
php artisan vendor:publish --provider="Wffranco\Helpers\ServiceProvider" --tag=config
```

Change the configuration acording to your needs.

### Cors Middleware

[](#cors-middleware)

Finally, add the Cors middleware to your `app\Http\Kernel.php` file.

```
protected $middleware = [
    ...
    \Wffranco\Helpers\Http\Middleware\Cors::class,
];
```

Usage
=====

[](#usage)

Documentation not finished.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Total

2

Last Release

1938d ago

PHP version history (2 changes)v1.0PHP &gt;=7.0

v1.0.1PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0b1f7e2d67c835b595cd8eeb80afa00029bfb97379e2c96764b2396f35dca83?d=identicon)[wffranco](/maintainers/wffranco)

---

Top Contributors

[![wffranco](https://avatars.githubusercontent.com/u/1977287?v=4)](https://github.com/wffranco "wffranco (9 commits)")

---

Tags

laravelhelpersdotandororand

### Embed Badge

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

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

###  Alternatives

[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)

PHPackages © 2026

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