PHPackages                             karagulle/image-resizer - 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. karagulle/image-resizer

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

karagulle/image-resizer
=======================

description

v0.1.27(3y ago)062proprietaryPHPPHP ^8.1.15

Since Mar 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mckaragulle/image-resizer)[ Packagist](https://packagist.org/packages/karagulle/image-resizer)[ RSS](/packages/karagulle-image-resizer/feed)WikiDiscussions main Synced 3w ago

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

Image Resizer - Fotoğraf Boyutlandırma
======================================

[](#image-resizer---fotoğraf-boyutlandırma)

With this package, you can compress and resize your photos in the storage areas to the desired dimensions and extension via the image manipulation package.

Bu paket ile image intervention paketi üzerinden storage klasöründe bulunan fotoğraflarınızı istediğiniz boyutta ve uzanttı da sıkıştırıp yeniden boyutlandırabilirsiniz.

Requirements - Gereklilikler
----------------------------

[](#requirements---gereklilikler)

- PHP &gt;= 8.1.15
- Fileinfo Extension

Supported Image Libraries - Desteklenen imaj kütüphaneleri
----------------------------------------------------------

[](#supported-image-libraries---desteklenen-imaj-kütüphaneleri)

- GD Library (&gt;=2.0)
- Imagick PHP extension (&gt;=6.5.7)

Getting Started - Kurulum
-------------------------

[](#getting-started---kurulum)

- Terminal de aşağıdaki kodu çalıştırabilirsiniz.

```
composer require karagulle/image-resizer
```

- Yada composer.json dosyasınıza aşağıdaki satırı ekleyin.

```
"karagulle/image-resizer": "^0.1"
```

- Ardından bağımlıkları yükleyin.

```
composer install
```

- config/app.php dosyasını açıp aşağıdaki satırı providers içerisine ekleyin.

```
 Karagulle\ImageResizer\ImageResizerProvider::class,
```

- config/app.php dosyasını açıp aşağıdaki satırı alias içerisine facade olarak ekleyin.

```
'ImageResizer' => Karagulle\ImageResizer\Facades\ImageResizerFacade::class
```

- config dosyasının oluşması için aşağıdaki kodu çalıştırın.

```
php artisan vendor:publish --provider="Karagulle\ImageResizer\ImageResizerProvider" --tag="config" --force
```

- Paket kurulumu tamamlandı. Paketin Storage dizinine erişebilmesi için symbolik link oluşturmalısınız. Daha önce bu komutu çalıştırmışsanız bu adımı atlayabilirsiniz.

```
php artisan storage:link
```

Code Examples - Kod Örneği
--------------------------

[](#code-examples---kod-örneği)

1. Usage Example - Örnek:

```

```

2. Another Usage Example - Farklı Örnek:

```

```

3. Another Usage Example - Farklı Örnek:

```

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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

27

Last Release

1197d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28902560?v=4)[mckaragulle](/maintainers/mckaragulle)[@mckaragulle](https://github.com/mckaragulle)

---

Top Contributors

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

---

Tags

laravellaravel image resizerlaravel php resizer

### Embed Badge

![Health badge](/badges/karagulle-image-resizer/health.svg)

```
[![Health](https://phpackages.com/badges/karagulle-image-resizer/health.svg)](https://phpackages.com/packages/karagulle-image-resizer)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[intervention/image-laravel

Laravel Integration of Intervention Image

1558.1M159](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506511.0k27](/packages/bkwld-croppa)[mostafaznv/nova-ckeditor

CkEditor for Laravel Nova

58360.4k1](/packages/mostafaznv-nova-ckeditor)[classic-o/nova-media-library

Tool and field that will let you managing files and add them to the posts

154177.4k](/packages/classic-o-nova-media-library)[intervention/image-driver-vips

libvips driver for Intervention Image

47144.1k10](/packages/intervention-image-driver-vips)

PHPackages © 2026

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