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 1mo 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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

983d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6698d4d91c9bce855e1f499ae254f50b064d0eceeca66aff12bbc30996b56954?d=identicon)[DarKsandr](/maintainers/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.6k51.2M116](/packages/league-glide)[jenssegers/imagehash

Perceptual image hashing for PHP

2.1k2.2M5](/packages/jenssegers-imagehash)[intervention/image-laravel

Laravel Integration of Intervention Image

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

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[lasserafn/php-initial-avatar-generator

A package to generate avatars with initials for PHP

4374.2M13](/packages/lasserafn-php-initial-avatar-generator)[rtippin/messenger

Laravel messenger suite.

45035.8k4](/packages/rtippin-messenger)

PHPackages © 2026

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