PHPackages                             t20n/larabelt - 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. t20n/larabelt

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

t20n/larabelt
=============

A set of helper methods for laravel

v1.0.1(9y ago)1310MITPHPPHP &gt;=5.4.0

Since Aug 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tonioriol/larabelt)[ Packagist](https://packagist.org/packages/t20n/larabelt)[ RSS](/packages/t20n-larabelt/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

Larabelt
========

[](#larabelt)

Larabelt is a toolbelt for Laravel, a set of helper classes that I usually need for my day to day development.

I publish this hoping that someone will find it useful too. I you encounter any bug feel free to open an issue.

*This package is intended to work with laravel, so some methods will not work without it.*

Some classes of the package extend existing Laravel Facades such as `File` and `Log`. Some others extend helper classes that doesn't have a facade such as `Str` or `Arr`.

Install
-------

[](#install)

1. `composer require t20n/larabelt`
2. For the classes that extend facades replace this from the `aliases` array in `config/app.php` of your laravel install:
    - `'DB' => T20n\Larabelt\DB::class,`
    - `'File' => T20n\Larabelt\File::class,`
    - `'Log' => T20n\Larabelt\Log::class,`
    - `'URL' => T20n\Larabelt\URL::class,`

Usage
-----

[](#usage)

@todo

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

6

Last Release

3494d ago

Major Versions

v0.2.0 → v1.0.02016-10-13

### Community

Maintainers

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

---

Top Contributors

[![tonioriol](https://avatars.githubusercontent.com/u/712937?v=4)](https://github.com/tonioriol "tonioriol (24 commits)")

---

Tags

composercomposer-packageslaravellaravel-packagesphplaravelhelpers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/t20n-larabelt/health.svg)

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

###  Alternatives

[prologue/support

Prologue Support is an extension for Illuminate Support

1616.8k](/packages/prologue-support)

PHPackages © 2026

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