PHPackages                             johan-code/image-thumbs - 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. [Image &amp; Media](/categories/media)
4. /
5. johan-code/image-thumbs

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

johan-code/image-thumbs
=======================

trait for create image thumbs for models via InterventionImage

v1.2.1(8y ago)0127MITPHP

Since Aug 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/johangit/image-thumbs)[ Packagist](https://packagist.org/packages/johan-code/image-thumbs)[ Docs](https://github.com/johangit/image-thumbs)[ RSS](/packages/johan-code-image-thumbs/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

**This package is not maintained now**

Laravel image thumbs
====================

[](#laravel-image-thumbs)

Trait for create image thumbs for models via InterventionImage.

Install on Laravel 5.5
----------------------

[](#install-on-laravel-55)

1. Install using composer (run in your terminal):

```
composer require johan-code/image-thumbs
```

2. Publish (run in your terminal):

```
php artisan vendor:publish --provider="JohanCode\ImageThumbs\ServiceProvider"
```

3. Set name of disk for uploading in `/config/image-thumbs.php`:

```
return [
    'disk_name' => 'public'
];
```

4. Make sure the disk for uploading exist and available in public.

Example config `/config/filesystems.php`

```
'disks' => [
    ...
    'public' => [
        'driver' => 'local',
        'root' => storage_path('app/public'),
        'url' => '/storage',
    ],
    ...
],
```

Use laravel command for create symlink (run in your terminal):

```
php artisan storage:link
```

Install on Laravel 5.4
----------------------

[](#install-on-laravel-54)

Add service provider in `config/app.php`:

```
'providers' => [
    ...
    JohanCode\ImageThumbs\ServiceProvider::class,
    ...
]
```

... and follow main instruction.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Total

5

Last Release

2993d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84e29037a128c782742d02ea46cf1bf79d1fd1519638daadc00d7c90970b7caf?d=identicon)[johangit](/maintainers/johangit)

---

Top Contributors

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

---

Tags

laravelimage

### Embed Badge

![Health badge](/badges/johan-code-image-thumbs/health.svg)

```
[![Health](https://phpackages.com/badges/johan-code-image-thumbs/health.svg)](https://phpackages.com/packages/johan-code-image-thumbs)
```

###  Alternatives

[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)

PHPackages © 2026

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