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

Abandoned → [elfsundae/urlsafe-base64](/?search=elfsundae%2Furlsafe-base64)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

elfsundae/laravel-helper
========================

Laravel Helper

1.3.1(8y ago)0867↓50%1MITPHPPHP &gt;=5.6.4

Since Jun 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ElfSundae/laravel-helper)[ Packagist](https://packagist.org/packages/elfsundae/laravel-helper)[ Docs](https://github.com/ElfSundae/laravel-helper)[ RSS](/packages/elfsundae-laravel-helper/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (8)Used By (1)

Laravel Helper
==============

[](#laravel-helper)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b9f5a60a87152ccc77384099773f158673248a3ca34a9a5f433137839afb49dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6673756e6461652f6c61726176656c2d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elfsundae/laravel-helper)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/d27d298a510858cd3c3a92d94bb95098fb75131f9735d312dfed0e7806375978/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f456c6653756e6461652f6c61726176656c2d68656c7065722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ElfSundae/laravel-helper)[![StyleCI](https://camo.githubusercontent.com/24bba5a6c81376603389379ef21913b3ea0088625f918638302600946d3da39c/68747470733a2f2f7374796c6563692e696f2f7265706f732f39343330373037312f736869656c64)](https://styleci.io/repos/94307071)[![SensioLabsInsight](https://camo.githubusercontent.com/a6fd0a76ea99bdd8cc0e97b90340c17541961d9589edbd774ee8238b02b2ad06/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f38313435376432612d373534662d343462372d623636652d3130303439653466393830342e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/81457d2a-754f-44b7-b66e-10049e4f9804)[![Quality Score](https://camo.githubusercontent.com/9d13e250803bef9f8ccef5060796e00b5d26933aab41565022be00ebd456548a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f656c6673756e6461652f6c61726176656c2d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/elfsundae/laravel-helper)[![Code Coverage](https://camo.githubusercontent.com/5528603d76097523934fcfc706f6921b5fe7d3bc9915145452b00973214b9b71/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f656c6673756e6461652f6c61726176656c2d68656c7065722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/elfsundae/laravel-helper/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/bbe0075412a7cf692e679e3bd2dc5bdeb48d819b0a2cfcb9cc78d772b7492979/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c6673756e6461652f6c61726176656c2d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elfsundae/laravel-helper)

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

[](#installation)

You can install this package via the [Composer](https://getcomposer.org) manager:

```
$ composer require elfsundae/laravel-helper
```

Available Global Functions
--------------------------

[](#available-global-functions)

FunctionDescription`urlsafe_base64_encode($data)`URL-safe `base64_encode``urlsafe_base64_decode($data, $strict = false)`URL-safe `base64_decode``mb_trim($string)``trim` with mbstring support`string_value($value, $jsonOptions = 0)`Converts any type to a string`in_arrayi($needle, $haystack)`Case-insensitive `in_array``active()`Returns string 'active' if the current request URI matches the given patterns`asset_from($root, $path = '', $secure = null)`Generate the URL to an asset from a custom root domain such as CDN, etcTesting
-------

[](#testing)

```
$ composer test
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT License](LICENSE.md).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Recently: every ~28 days

Total

7

Last Release

3138d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c708b9bd4fcd09378112b235c310162a01d656b85946f1357562b6820c75ee6?d=identicon)[ElfSundae](/maintainers/ElfSundae)

---

Top Contributors

[![ElfSundae](https://avatars.githubusercontent.com/u/526008?v=4)](https://github.com/ElfSundae "ElfSundae (47 commits)")

---

Tags

laravelhelper

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[mckenziearts/laravel-command

A simple Laravel package to provide artisan new commands

321.2k](/packages/mckenziearts-laravel-command)

PHPackages © 2026

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