PHPackages                             max-dev/backpack-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. max-dev/backpack-helpers

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

max-dev/backpack-helpers
========================

Backpack helpers

v1.2.1(6y ago)0115MITPHPPHP &gt;=7.2CI failing

Since Feb 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mn46701/backpack-helpers)[ Packagist](https://packagist.org/packages/max-dev/backpack-helpers)[ RSS](/packages/max-dev-backpack-helpers/feed)WikiDiscussions master Synced 1w ago

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

Backpack-helpers package
========================

[](#backpack-helpers-package)

Package created for additional functionality of **Backpack**.

Image helper trait
------------------

[](#image-helper-trait)

Helps to store images on your disk

- Connect `ImageHelper` trait to you Model

```
class Post extends Model {
    ...
    use \BackpackHelpers\ImageHelper\ImageHelper
    ...
}

```

### Store image field:

[](#store-image-field)

- On setting attribute call trait method `handleStoreImageAttribute`

```
class Model {
    use \BackpackHelpers\ImageHelper\ImageHelper;
    //...
    public function setImageAttribute($value) {
        $this->handleStoreImageAttribute('image', $value, 'uploads/posts', 'public');
    }
    //...
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~22 days

Total

5

Last Release

2195d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/611951?v=4)[Maxim Kharchenko](/maintainers/max-dev)[@max-dev](https://github.com/max-dev)

---

Top Contributors

[![maksymmurzenko](https://avatars.githubusercontent.com/u/60011270?v=4)](https://github.com/maksymmurzenko "maksymmurzenko (7 commits)")[![mn46701](https://avatars.githubusercontent.com/u/31769589?v=4)](https://github.com/mn46701 "mn46701 (3 commits)")

### Embed Badge

![Health badge](/badges/max-dev-backpack-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/max-dev-backpack-helpers/health.svg)](https://phpackages.com/packages/max-dev-backpack-helpers)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)

PHPackages © 2026

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