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

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

ellipsesynergie/laravel-helper
==============================

0.2.0(12y ago)24531PHPPHP &gt;=5.3.0

Since Nov 13Pushed 11y ago2 watchersCompare

[ Source](https://github.com/ellipsesynergie/laravel-helper)[ Packagist](https://packagist.org/packages/ellipsesynergie/laravel-helper)[ RSS](/packages/ellipsesynergie-laravel-helper/feed)WikiDiscussions master Synced 4w ago

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

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

[](#laravel-helpers)

!!! DEPRECATED !!!
------------------

[](#-deprecated-)

**This package is no longer actively maintained.**

\##Package alternative

- Ajax -&gt; [Fractal](http://fractal.thephpleague.com)
- Javascript -&gt; [PHP-Vars-To-Js-Transformer](https://github.com/laracasts/PHP-Vars-To-Js-Transformer)
- AwsS3 -&gt; [Flysystem](http://flysystem.thephpleague.com)
- Assets -&gt; [Assetic](https://github.com/kriswallsmith/assetic)

This package contain some helper for assets, standardize ajax request, AwsS3 utilities and more. All helpers are framework agnostic, but we provide service provider and base resource files for Laravel.

### Status

[](#status)

[![Build Status](https://camo.githubusercontent.com/1beb8e0019a969b0a8f3164a92941956b276cc0a062a90baf6ae01f104d04aa6/68747470733a2f2f7472617669732d63692e6f72672f656c6c6970736573796e65726769652f6c61726176656c2d68656c7065722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ellipsesynergie/laravel-helper)[![Total Downloads](https://camo.githubusercontent.com/f0f29887936c1c9189095b6a5403f2047ddc4ebb4c9fc6bb3de78a17d1665234/68747470733a2f2f706f7365722e707567782e6f72672f656c6c6970736573796e65726769652f6c61726176656c2d68656c7065722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ellipsesynergie/laravel-helper)[![Latest Stable Version](https://camo.githubusercontent.com/47a75178b392598369d9e9c4d5cf2ec7ebc6a9c05e5353b99f49d4d56affcdb9/68747470733a2f2f706f7365722e707567782e6f72672f656c6c6970736573796e65726769652f6c61726176656c2d68656c7065722f762f737461626c652e706e67)](https://packagist.org/packages/ellipsesynergie/laravel-helper)

Documentation
-------------

[](#documentation)

\##Installation

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `ellipsesynergie/laravel-helper`.

```
{
    "require": {
        "ellipsesynergie/laravel-helper": "dev-master"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Once this operation completes, you need to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
EllipseSynergie\LaravelHelper\LaravelHelperServiceProvider
```

Note : You can add class aliases in `app/config/app.php` if you want to use helpers facades.

```
'Ajax'    	  => 'EllipseSynergie\LaravelHelper\Facades\Ajax',
'Assets'      => 'EllipseSynergie\LaravelHelper\Facades\Assets',
'AwsS3'       => 'EllipseSynergie\LaravelHelper\Facades\AwsS3',
'Javascript'  => 'EllipseSynergie\LaravelHelper\Facades\Javascript',
```

\##Configurations

To configure the package to meet your needs, you must publish the configuration in your application before you can modify them. Run this artisan command.

```
php artisan config:publish ellipsesynergie/laravel-helper
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

4535d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3246184?v=4)[Maxime Beaudoin](/maintainers/maximebeaudoin)[@maximebeaudoin](https://github.com/maximebeaudoin)

---

Top Contributors

[![maximebeaudoin](https://avatars.githubusercontent.com/u/3246184?v=4)](https://github.com/maximebeaudoin "maximebeaudoin (25 commits)")

### Embed Badge

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

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

###  Alternatives

[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k624.1k86](/packages/akeneo-pim-community-dev)[altis/core

Core module for Altis

19222.5k2](/packages/altis-core)[helgesverre/extractor

AI-Powered Data Extraction for your Laravel application.

22333.1k](/packages/helgesverre-extractor)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61427.6k](/packages/napp-xray-laravel)[foxxmd/laravel-elasticbeanstalk-cron

Ensure only one Laravel instance is running CRON jobs in an EB environment

61308.2k](/packages/foxxmd-laravel-elasticbeanstalk-cron)[northwestern-sysdev/dynamic-forms

Dynamic Forms for Laravel

4957.8k2](/packages/northwestern-sysdev-dynamic-forms)

PHPackages © 2026

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