PHPackages                             piscarocarlos/helpify - 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. piscarocarlos/helpify

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

piscarocarlos/helpify
=====================

A package that catalogs common utility functions for Laravel

v1.0.0(2y ago)351MITPHPPHP ^8.1

Since Nov 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Piscarocarlos/helpify)[ Packagist](https://packagist.org/packages/piscarocarlos/helpify)[ Docs](https://github.com/piscarocarlos/helpify)[ RSS](/packages/piscarocarlos-helpify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (2)Used By (0)

A package that catalogs common utility functions for Laravel
============================================================

[](#a-package-that-catalogs-common-utility-functions-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e4e8db772d9ca9307ce4174130b13476ebb3f2fb0be38a7b9fa96adbc5ed0cf5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7069736361726f6361726c6f732f68656c706966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/piscarocarlos/helpify)[![Total Downloads](https://camo.githubusercontent.com/5f5231c562f9f9f456de8d2cd087c09279e54944fcb497701106e84ac9297361/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7069736361726f6361726c6f732f68656c706966792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/piscarocarlos/helpify)

This package consolidates a set of commonly used utility functions for Laravel. It aims to streamline development by providing practical and reusable tools for common tasks. Whether it's string manipulation, date handling, or other routine operations, this helper package simplifies developers' lives by centralizing these essential functionalities.

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

[](#installation)

You can install the package via composer:

```
composer require piscarocarlos/helpify
```

And then, if using Laravel 5, include the service provider within `config/app.php`.

```
'providers' => [
    Piscarocarlos\Helpify\HelpifyServiceProvider::class,
];
```

And, for convenience, add a facade alias to this same file at the bottom:

```
'aliases' => [
    'Helpify' => Piscarocarlos\Helpify\Facades\Helpify::class,
];
```

Usage
-----

[](#usage)

```
use Helpify\Helpers;

$url = 'https://www.example.com';
$shortenedURL = short_url($url);
// OR
$shortenedURL = Helpers::short_url($url);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Carlos Alognon](https://github.com/Piscarocarlos)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

919d ago

### Community

Maintainers

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

---

Top Contributors

[![Piscarocarlos](https://avatars.githubusercontent.com/u/35196214?v=4)](https://github.com/Piscarocarlos "Piscarocarlos (13 commits)")

---

Tags

helperslaravellaravelPiscarocarloshelpify

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/piscarocarlos-helpify/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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