PHPackages                             framesnpictures/el-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. framesnpictures/el-helper

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

framesnpictures/el-helper
=========================

Re-usable Helper Libraries

v1.2(1y ago)021.7k↓50%2MITPHPPHP ^8

Since Jul 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/FramesNPictures/el-helper)[ Packagist](https://packagist.org/packages/framesnpictures/el-helper)[ RSS](/packages/framesnpictures-el-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (2)

ElHelper
========

[](#elhelper)

[![CircleCI](https://camo.githubusercontent.com/5dbfa7c040e9afa15efaa55c7e3d7432beca62a5a7f40a2a55578016f824a9b7/68747470733a2f2f646c2e636972636c6563692e636f6d2f7374617475732d62616467652f696d672f67682f4672616d65734e50696374757265732f656c2d68656c7065722f747265652f6d61696e2e7376673f7374796c653d737667)](https://dl.circleci.com/status-badge/redirect/gh/FramesNPictures/el-helper/tree/main)

Number of helpers to be used in other modules.

The following helpers are currently in use:

ClassDescription`Fnp\ElHelper\Arr`Extends the Laravel's Arr Object with hashing functionality.`Fnp\ElHelper\Flg`Binary flags manipulation library.`Fnp\ElHelper\Iof`Checks if the given object implements particular functionality.`Fnp\ElHelper\Obj`Object manipulation library.`Fnp\ElHelper\Str`String manipulation library. Adds support for some edge cases when converting strings.Arr Helper
----------

[](#arr-helper)

Introduces `hash` function that generates the same hash for the array with the same content. It extends Laravel's Arr object.

Flg Helper
----------

[](#flg-helper)

Allows manipulation of binary flags. Allows to check for the given flag is enabled in integer value, as well as adding and removing the values.

MethodDescription`has`Checks if the given flag exists in the flags value.`not`Check if the given flag is absent in the flags value.`clear`Removes the given flag from the flags value.`set`Sets the given flag in the flags value.Iof Helper
----------

[](#iof-helper)

This helper checks if the given object implements the the particular functionality. It does that in various way including checking implemented interfaces, having a particular properties or methods exposed.

MethodDescription`arrayable`Does given object can be converted to array using `toArray` method?`jsonable`Does given object can be converted to JSON using `toJson` method?`stringable`Does given object can be casted to string?`collection`Does given object is a collection?`traversable`Does given object can be traversed using `foreach` method?`eloquentModel`Does given object is an eloquent model?`serializable`Can the given object be serialized using `__serialize` magic method?Obj Helper
----------

[](#obj-helper)

This helper allow the manipulation of the objects or reading certain properties of the given objects.

MethodDescription`properties`Retrieves the properties of the given object.`key`Generates the unique key for the given value. It might be the object, array or any primitive value.`methodName`Generates the method name string based on prefix, name and suffix.`methodExists`Checks if the method generated based on prefix, name and suffix exists in a given object.Str Helper
----------

[](#str-helper)

This helper extends the Laravel's `Str` object and "fixes" few edge cases for the `camel` and `snake` methods. Additionaly it introduces new `isAllCaps` methods. Please see the tests for additional edge cases covered.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance42

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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

Recently: every ~270 days

Total

10

Last Release

473d ago

Major Versions

v0.6 → v1.0.02023-02-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1183990?v=4)[Chris Cynarski](/maintainers/chris97pl)[@chris97pl](https://github.com/chris97pl)

---

Top Contributors

[![chris97pl](https://avatars.githubusercontent.com/u/1183990?v=4)](https://github.com/chris97pl "chris97pl (37 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/framesnpictures-el-helper/health.svg)

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

###  Alternatives

[mage2tv/magento-cache-clean

This package has been migrated to mage-os/magento-cache-clean. Please switch over at your convenience.

5432.1M3](/packages/mage2tv-magento-cache-clean)[coderello/laravel-nova-lang

Language support for Laravel Nova.

4251.2M2](/packages/coderello-laravel-nova-lang)[shetabit/visitor

Laravel visitor

565578.2k8](/packages/shetabit-visitor)[p3k/emoji-detector

Detect and return all emoji found in a string

1471.7M5](/packages/p3k-emoji-detector)[gpslab/geoip2

A Symfony Bundle for the Maxmind GeoIP2 API

541.5M3](/packages/gpslab-geoip2)[silverstripe/tagfield

Tag field for SilverStripe

571.2M45](/packages/silverstripe-tagfield)

PHPackages © 2026

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