PHPackages                             myerscode/avail - 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. myerscode/avail

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

myerscode/avail
===============

A collection of global helper functions and facades for Laravel.

1.1.0(7y ago)1149MITPHPPHP &gt;=7.0

Since Dec 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/myerscode/avail)[ Packagist](https://packagist.org/packages/myerscode/avail)[ RSS](/packages/myerscode-avail/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

Avail
=====

[](#avail)

a helper package for Laravel 5

Install
-------

[](#install)

You can install this package via composer:

```
composer require myerscode/avail
```

Usage
-----

[](#usage)

Access a collection of helper methods for various types, which can be chained of tasks and property types, first pass a value you want to use to the utility objects.

```
$text = text('hello world');
```

See [utilities-strings](https://github.com/myerscode/utilities-strings) for available methods.

```
$number = number(69);
```

See [utilities-numbers](https://github.com/myerscode/utilities-numbers) for available methods.

```
$bag = bag(['Hello', 'World']);
```

See [utilities-bags](https://github.com/myerscode/utilities-bags) for available methods.

Contributing
------------

[](#contributing)

We are very happy to receive pull requests to add functionality to the helper classes. Please submit them to our specific utility library.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

3

Last Release

2570d ago

Major Versions

0.0.1 → 1.0.02018-09-30

### Community

Maintainers

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

---

Top Contributors

[![oniice](https://avatars.githubusercontent.com/u/2676321?v=4)](https://github.com/oniice "oniice (7 commits)")

---

Tags

laravelhelperarraystringutilityimagetimedirectoryutilitiesnumbermyerscode

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/myerscode-avail/health.svg)

```
[![Health](https://phpackages.com/badges/myerscode-avail/health.svg)](https://phpackages.com/packages/myerscode-avail)
```

###  Alternatives

[jbzoo/utils

Collection of PHP functions, mini classes and snippets for everyday developer's routine life.

8321.5M36](/packages/jbzoo-utils)[bocharsky-bw/arrayzy

A native PHP arrays easy manipulation library in OOP way.

38425.4k](/packages/bocharsky-bw-arrayzy)[clausnz/php-helpers

A Collection of useful php helper functions.

388.7k](/packages/clausnz-php-helpers)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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