PHPackages                             koyanyaroo/laravel-imageable - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. koyanyaroo/laravel-imageable

ActiveLibrary[File &amp; Storage](/categories/file-storage)

koyanyaroo/laravel-imageable
============================

A Simple upload library for laravel

v0.0.2(5y ago)04[1 issues](https://github.com/koyanyaroo/laravel-imageable/issues)MITPHPPHP ^7.2

Since Sep 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/koyanyaroo/laravel-imageable)[ Packagist](https://packagist.org/packages/koyanyaroo/laravel-imageable)[ Docs](https://github.com/koyanyaroo/laravel-imageable)[ RSS](/packages/koyanyaroo-laravel-imageable/feed)WikiDiscussions master Synced today

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

Laravel Imageable
=================

[](#laravel-imageable)

This package allows you to easily handle image upload in laravel.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require koyanyaroo/laravel-imageable
```

Introduction
------------

[](#introduction)

Introduction here

### Usage

[](#usage)

Define your model

```
    use Koyanyaroo\Imageable;

    ...

    /**
     * @var string upload directory
     */
    protected $uploadDir = '';

   /**
        * Define an array of filter that allowed to use for this model
        * `key` as class name and `value` as field name(s)
        *
        * @var array
        */
       protected $imageableField = [
           'image',
           'image_hero' => [
               'thumb' => [
                   380, // widht
                   253, // height
               ],
           ],
       ];
```

Credits
-------

[](#credits)

- [koyan](https://github.com/koyanyaroo)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2075d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9715368?v=4)[Fajar Iswanda](/maintainers/koyanyaroo)[@koyanyaroo](https://github.com/koyanyaroo)

---

Top Contributors

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

---

Tags

laravelimageuploadlaravel-imageable

### Embed Badge

![Health badge](/badges/koyanyaroo-laravel-imageable/health.svg)

```
[![Health](https://phpackages.com/badges/koyanyaroo-laravel-imageable/health.svg)](https://phpackages.com/packages/koyanyaroo-laravel-imageable)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[sopamo/laravel-filepond

Laravel backend module for filepond uploads

215272.2k3](/packages/sopamo-laravel-filepond)[mafftor/laravel-file-manager

The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox

3619.3k](/packages/mafftor-laravel-file-manager)

PHPackages © 2026

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