PHPackages                             mixdinternet/laravel-stapler-extra - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. mixdinternet/laravel-stapler-extra

ActiveLibrary[File &amp; Storage](/categories/file-storage)

mixdinternet/laravel-stapler-extra
==================================

This package add some features that laravel-stapler doesn't have

0.1.1(10y ago)02.2k13MITPHP

Since Jan 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mixdinternet/laravel-stapler-extra)[ Packagist](https://packagist.org/packages/mixdinternet/laravel-stapler-extra)[ RSS](/packages/mixdinternet-laravel-stapler-extra/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (3)

Laravel Stapler Extra
=====================

[](#laravel-stapler-extra)

This package add some features that [laravel-stapler](https://github.com/CodeSleeve/laravel-stapler) doesn't have

Requirements
------------

[](#requirements)

This package currently requires Laravel &gt;= 5.1.

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

[](#installation)

Laravel-Stapler-Extra is distributed as a composer package, which is how it should be used in your app.

Install the package using Composer. Edit your project's `composer.json` file to require `mixdinternet/laravel-stapler-extra`.

```
  "require": {
    "mixdinternet/laravel-stapler-extra": "0.1.*"
  }
```

or

```
  composer require mixdinternet/laravel-stapler-extra
```

Once this operation completes, the final step is to change to your custom class

Open `/config/laravel-stapler/bindings.php`

Change:

```
  'interpolator' => '\Codesleeve\Stapler\Interpolator',
```

to

```
  'interpolator' => '\Mixdinternet\LaravelStaplerExtra\Interpolator',
```

Custom Interpolations
---------------------

[](#custom-interpolations)

- **:filename\_slugify** - Apply `str_slug()` on file attachment name, e.g atenção.jpg -&gt; atencao.jpg.
- **:class\_lower** - The class name (lowercase) of the model containing the file attachment, e.g user. This will include the class namespace.
- **:class\_name\_lower** - The class name (lowercase) of the model, without its namespace.
- **:namespace\_lower** - The namespace (lowercase) of the model containing the file attachment, e.g mixdinternet/user.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

3755d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e4d60ba30f409161026fd37c5a106cc32c4e4d29411f805553623cca632dd72?d=identicon)[agenciafmd](/maintainers/agenciafmd)

---

Top Contributors

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

---

Tags

laravelimageuploadstapler

### Embed Badge

![Health badge](/badges/mixdinternet-laravel-stapler-extra/health.svg)

```
[![Health](https://phpackages.com/badges/mixdinternet-laravel-stapler-extra/health.svg)](https://phpackages.com/packages/mixdinternet-laravel-stapler-extra)
```

###  Alternatives

[sopamo/laravel-filepond

Laravel backend module for filepond uploads

215272.2k3](/packages/sopamo-laravel-filepond)[sahusoftcom/eloquent-image-mutator

One solution for image uploads.

12016.3k](/packages/sahusoftcom-eloquent-image-mutator)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)

PHPackages © 2026

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