PHPackages                             fromjun/laravel-imageresizer-sdk - 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. fromjun/laravel-imageresizer-sdk

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

fromjun/laravel-imageresizer-sdk
================================

Laravel SDK для Image Resizer Service

1.0.2(1y ago)05MITPHPPHP &gt;=8.1

Since May 1Pushed 1y agoCompare

[ Source](https://github.com/junior-idiot/laravel-imageresizer-sdk)[ Packagist](https://packagist.org/packages/fromjun/laravel-imageresizer-sdk)[ RSS](/packages/fromjun-laravel-imageresizer-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Laravel Image Resizer SDK
=========================

[](#laravel-image-resizer-sdk)

A Laravel wrapper for [m1n64/image-resizer-sdk](https://github.com/m1n64/image-resizer-sdk) that provides seamless integration via service provider and facade.

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

[](#installation)

```
composer require fromjun/laravel-imageresizer-sdk
```

Configuration
-------------

[](#configuration)

To publish the configuration file:

```
php artisan vendor:publish --tag=config
```

Add the following to your `.env` file:

```
IMAGE_RESIZER_API_KEY=your-api-key
IMAGE_RESIZER_BASE_URL=http://imageresizer:5689
IMAGE_RESIZER_PUBLIC_URL=http://localhost:5689

```

Usage
-----

[](#usage)

Using the facade:

```
use ImageResizer;

ImageResizer::ping(); // Check connection
ImageResizer::upload('/path/to/image.jpg');
```

Using dependency injection:

```
use M1n64\ImageResizer\Client;

public function __construct(protected Client $client) {}

public function store()
{
    $response = $this->client->upload($filePath);
}
```

Original SDK
------------

[](#original-sdk)

➡️ [github.com/m1n64/image-resizer-sdk](https://github.com/m1n64/image-resizer-sdk) - PHP SDK

➡️ [github.com/m1n64/image-resizing-shared-service](https://github.com/m1n64/image-resizing-shared-service) - Service

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance49

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

3

Last Release

377d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/068f8c26f06f513a9c38d2a01c4d90a85eae1125a5b9d14eae7059715be860e4?d=identicon)[m1n64](/maintainers/m1n64)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fromjun-laravel-imageresizer-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/fromjun-laravel-imageresizer-sdk/health.svg)](https://phpackages.com/packages/fromjun-laravel-imageresizer-sdk)
```

###  Alternatives

[creativeorange/gravatar

A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.

5467.5M54](/packages/creativeorange-gravatar)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[spatie/laravel-og-image

Generate OG images for your Laravel app

305.2k](/packages/spatie-laravel-og-image)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.6k](/packages/nikkanetiya-laravel-color-palette)

PHPackages © 2026

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