PHPackages                             jaykeren/laravel-image-moo - 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. jaykeren/laravel-image-moo

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

jaykeren/laravel-image-moo
==========================

Laravel Image Moo, helper image processing library (codeigniter image\_moo library) created by mat-moo (http://www.matmoo.com/digital-dribble/codeigniter/image\_moo).

v1.0.3(7y ago)2457MITPHPPHP &gt;=5.4.0

Since Feb 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jaykeren/laravel-image-moo)[ Packagist](https://packagist.org/packages/jaykeren/laravel-image-moo)[ Docs](http://www.akhmadjazuli.com)[ RSS](/packages/jaykeren-laravel-image-moo/feed)WikiDiscussions master Synced 4w ago

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

laravel-image-moo
=================

[](#laravel-image-moo)

Laravel Image Moo, helper image processing library (codeigniter image\_moo library) created by mat-moo ([http://www.matmoo.com/digital-dribble/codeigniter/image\_moo](http://www.matmoo.com/digital-dribble/codeigniter/image_moo)).

install instructions
====================

[](#install-instructions)

1. install by composer

    ```
     $ composer require jaykeren/laravel-image-moo

    ```
2. add service provider in config/app.php

    ```
     'providers' => [
     	      //...
           Jaykeren\ImageMoo\ImageMooServiceProvider::class,
         //...
     ],

    ```
3. example usage

    ```
     use Jaykeren\ImageMoo\Facades\ImageMoo;

     ImageMoo::load('/tmp/test.jpg')
             ->resize_crop(200, 200)
             ->set_jpeg_quality(60)
             ->save('/tmp/test_cropped.jpg', true);

    ```
4. you're ready to go

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~257 days

Total

3

Last Release

2906d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6042287?v=4)[Akhmad Jazuli](/maintainers/jaykeren)[@jaykeren](https://github.com/jaykeren)

---

Top Contributors

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

---

Tags

laravelimage processingresizewatermarkcropimage mooPHP Image manipulation class

### Embed Badge

![Health badge](/badges/jaykeren-laravel-image-moo/health.svg)

```
[![Health](https://phpackages.com/badges/jaykeren-laravel-image-moo/health.svg)](https://phpackages.com/packages/jaykeren-laravel-image-moo)
```

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M162](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506516.3k27](/packages/bkwld-croppa)[bodom78/kohana-imagefly

Create resized / cropped images directly through url parameters.

5517.9k](/packages/bodom78-kohana-imagefly)[reliqarts/laravel-guided-image

Simplified and ready image manipulation for Laravel via intervention image.

341.6k](/packages/reliqarts-laravel-guided-image)

PHPackages © 2026

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