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

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

bavix/laravel-helpers
=====================

Language Helpers for Laravel 5

1.2.2(7y ago)0212[1 issues](https://github.com/bavix/laravel-helpers/issues)2MITPHPPHP &gt;=7.0

Since Aug 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bavix/laravel-helpers)[ Packagist](https://packagist.org/packages/bavix/laravel-helpers)[ RSS](/packages/bavix-laravel-helpers/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (6)Versions (25)Used By (2)

laravel helpers
===============

[](#laravel-helpers)

Set of often used assistants

### Corundum (SDK)

[](#corundum-sdk)

Corundum (SDK) is a set of adapters which are able to change the image sizes by rules: fit, none, cover, contain, resize.

[![Image of Sizes](demo/sizes.png)](demo/sizes.png)

```
$slice = new \Bavix\Slice\Slice([
    'disk'   => 'public',
    'driver' => 'gd'
]);

$corundum = new \Bavix\Helpers\Corundum\Corundum($slice);
$adapter  = new \Bavix\Helpers\Corundum\Adapters\Contain(
    $corundum,
    __DIR__ . '/images/test.png'
);

$slice = new Bavix\Slice\Slice([
    'width'  => '600',
    'height' => '600',
    'color'  => '#f00'
]);

$adapter->apply($slice)
    ->save(__DIR__ . '/images/none.png');
```

### Model URL

[](#model-url)

```
use Bavix\Extensions\ModelURL;

class File extends Model
{
    use ModelURL;

    protected $route = 'file';

    // ...
}
```

### helpers

[](#helpers)

- cookies
    - bx\_decrypt($mixed)
    - bx\_cookie($key, $default = null)
- functions
    - bx\_swap($first, $second)
- uploads
    - bx\_uploaded\_file()

---

Supported by

[![Supported by JetBrains](https://camo.githubusercontent.com/426b71c1485422e61c59d8b7fec03f4ba626dd77443847c0a14053491eb8fc4a/68747470733a2f2f63646e2e7261776769742e636f6d2f62617669782f646576656c6f706d656e742d7468726f7567682f34363437356234622f6a6574627261696e732e737667)](https://www.jetbrains.com/)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

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

Recently: every ~109 days

Total

23

Last Release

2709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/266f28651b740a279e636ef42fadcc7d72941c7a4bf9a29c4fd62c72476f0c0e?d=identicon)[REZ1DENT3](/maintainers/REZ1DENT3)

---

Top Contributors

[![rez1dent3](https://avatars.githubusercontent.com/u/5111255?v=4)](https://github.com/rez1dent3 "rez1dent3 (54 commits)")

---

Tags

corundumhelperhelperslaravelphpsdklaravellanguagehelpers

### Embed Badge

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

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2082.5k25](/packages/ronasit-laravel-helpers)[creasi/laravel-nusa

A Laravel package that aim to provide Indonesia' Administrative Data

997.7k2](/packages/creasi-laravel-nusa)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1319.7k3](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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