PHPackages                             darksandr/orchid-images - 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. darksandr/orchid-images

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

darksandr/orchid-images
=======================

Image

1.0.0(2y ago)04MITPHPPHP &gt;=8.1

Since Aug 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/DarKsandr/orchid-images)[ Packagist](https://packagist.org/packages/darksandr/orchid-images)[ RSS](/packages/darksandr-orchid-images/feed)WikiDiscussions main Synced 2d ago

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

Install
=======

[](#install)

```
composer require darksandr/orchid-images

```

Example use
===========

[](#example-use)

Default
-------

[](#default)

```
$images = \Orchid\Attachment\Models\Attachment::find(1);
\DarKsandr\Images\Image::make($images);

```

Custom resize name
------------------

[](#custom-resize-name)

```
\DarKsandr\Images\Image::resize('custom_name')->save($images);

```

Config
======

[](#config)

NameDescriptiondefaultDefault Image Resize NamecomponentComponent Image NameformatFormat Image Output (Supported format: "JPEG", "PNG", "GIF", "TIF", "BMP", "ICO", "PSD", "WebP")resizesResizes ListExample resize
--------------

[](#example-resize)

```
/*
 |--------------------------------------------------------------------------
 | Resizes
 |--------------------------------------------------------------------------
 |
 | If empty width and height - no resize
 |
 */
'resizes' => [
    'custom_name' => [
        ['width' => 800, 'height' => null, 'name' => 'pc',     'media' => 'max-width: 799px'],
        ['width' => 300, 'height' => null, 'name' => 'mobile', 'media' => 'min-width: 800px'],
    ],
],

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1040d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56652592?v=4)[Aleksandr Volkov](/maintainers/DarKsandr)[@DarKsandr](https://github.com/DarKsandr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/darksandr-orchid-images/health.svg)

```
[![Health](https://phpackages.com/badges/darksandr-orchid-images/health.svg)](https://phpackages.com/packages/darksandr-orchid-images)
```

###  Alternatives

[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k53.3M146](/packages/league-glide)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M186](/packages/intervention-image-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506516.3k29](/packages/bkwld-croppa)[laravel-at/laravel-image-sanitize

A small but handy package to prevent malicious code execution coming into your application through uploaded image files.

33866.8k](/packages/laravel-at-laravel-image-sanitize)[october/rain

October Rain Library

1601.7M83](/packages/october-rain)

PHPackages © 2026

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