PHPackages                             alex-kudrya/lara-thumb - 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. alex-kudrya/lara-thumb

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

alex-kudrya/lara-thumb
======================

A simple lite script that make thumbnails from original images

1.4.1(6y ago)228MITPHPPHP &gt;=7.3

Since May 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alex-kudrya/lara-thumb)[ Packagist](https://packagist.org/packages/alex-kudrya/lara-thumb)[ Docs](https://github.com/alex-kudrya/lara-thumb)[ RSS](/packages/alex-kudrya-lara-thumb/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

lara-thumb
==========

[](#lara-thumb)

[![Total Downloads](https://camo.githubusercontent.com/c217231637931a1c762d687e1a53befaa4fb3e815b3243c9b4effc1c2029c33c/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b75647279612f6c6172612d7468756d622f646f776e6c6f616473)](//packagist.org/packages/alex-kudrya/lara-thumb) [![Version](https://camo.githubusercontent.com/2882ecb07cbd175037422d7c5de0499d8edb45e62b6dbe5c163595761c57b200/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b75647279612f6c6172612d7468756d622f76657273696f6e)](//packagist.org/packages/alex-kudrya/lara-thumb)[![License](https://camo.githubusercontent.com/87d18aa94bfddef4312cc201d4912d29aa8db63381f5a42c813e0dbdcc581f65/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b75647279612f6c6172612d7468756d622f6c6963656e7365)](//packagist.org/packages/alex-kudrya/lara-thumb)

This script converts the original image into a thumbnail with the given sizes and various modes

Modes: «cover», «contain».

Available extensions: «jpg / jpeg», «png», «gif».

Example
-------

[](#example)

```
use Illuminate\Http\Request;
use Kudrya\LaraThumb\LaraThumb

class MakeThumbnail()
{
  public function run(Request $request, int $width = 100, int $height = 100)
  {
    $file = $request->file('image');
    LaraThumb::processing($file, $width, $height, 'cover', false)

    // That's all, your image was reduced!
    // Then save the $file or do what you need with it...

  }
};
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

7

Last Release

2226d ago

PHP version history (3 changes)1.2.3PHP ^7.3

1.4.1PHP &gt;=7.3

1.2PHP ^7.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

imageslaravelthumbnail-generatorthumbnails

### Embed Badge

![Health badge](/badges/alex-kudrya-lara-thumb/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kudrya-lara-thumb/health.svg)](https://phpackages.com/packages/alex-kudrya-lara-thumb)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M171](/packages/intervention-image-laravel)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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