PHPackages                             skmail/imagify - 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. skmail/imagify

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

skmail/imagify
==============

2421PHP

Since Dec 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/skmail/Imagify)[ Packagist](https://packagist.org/packages/skmail/imagify)[ RSS](/packages/skmail-imagify/feed)WikiDiscussions development Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Imagify
=======

[](#imagify)

Laravel package for images manipulation, built on top of imagine

Installation
============

[](#installation)

To install through composer, simply put the following in your composer.json file:

```
{
    "require": {
        "skmail/imagify": "dev-development"
    }
}

```

And run composer install from the terminal.

Configuration
=============

[](#configuration)

Add 'Skmail\\Imagify\\ImagifyServiceProvider' service provider in app/config/app.php.

```
'providers' => array(

    // ...

    'Skmail\Imagify\ImagifyServiceProvider',
),

```

Add Imagify alias in app/config/app.php.

```
'aliases' => array(

    // ...

    'Imagify' => 'Skmail\Imagify\Facades\Imagify'
),

```

Usage
=====

[](#usage)

Here an example how to crop or resize an image:

### Crop

[](#crop)

```

```

### Resize

[](#resize)

```

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/skmail-imagify/health.svg)

```
[![Health](https://phpackages.com/badges/skmail-imagify/health.svg)](https://phpackages.com/packages/skmail-imagify)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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