PHPackages                             stobys/laravel-helpers - 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. stobys/laravel-helpers

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

stobys/laravel-helpers
======================

Collection of helper function for Laravel

1.1.0(6y ago)014MITPHPPHP ^7.1CI failing

Since Mar 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/stobys/laravel-helpers)[ Packagist](https://packagist.org/packages/stobys/laravel-helpers)[ Docs](https://github.com/stobys/laravel-helpers)[ RSS](/packages/stobys-laravel-helpers/feed)WikiDiscussions master Synced yesterday

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

A collection of some helper functions for Laravel
=================================================

[](#a-collection-of-some-helper-functions-for-laravel)

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

[](#installation)

```
composer require stobys/laravel-helpers
```

Helpers
-------

[](#helpers)

**carbon**

Shortcut for: `new Carbon` or `Carbon::parse()`

```
carbon('One year ago');
```

**user**

Shortcut for: `auth()->user()`

```
user()->posts()->create([...]);
```

**faker**

Shortcut for: `Faker\Factory::create($locale)`

```
faker('pl_PL') -> realText(200);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

2239d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4be8a510a0cea4e428199c41d707670449959e810ede323a07ba551e3dc13782?d=identicon)[stobys](/maintainers/stobys)

---

Top Contributors

[![stobys](https://avatars.githubusercontent.com/u/7341141?v=4)](https://github.com/stobys "stobys (10 commits)")

---

Tags

laravel-helpersstobys

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stobys-laravel-helpers/health.svg)

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

###  Alternatives

[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[omaralalwi/laravel-taxify

Laravel Taxify provides a set of helper functions and classes to simplify tax (VAT) calculations within Laravel applications. that allow developers to easily integrate tax calculation functionalities into their projects. it's offers a straightforward and efficient solution Designed to streamline the process of handling taxes.

471.7k](/packages/omaralalwi-laravel-taxify)

PHPackages © 2026

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