PHPackages                             invinbg/laravel-upload-image - 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. invinbg/laravel-upload-image

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

invinbg/laravel-upload-image
============================

Laravel Upload Image

1.0.0(7y ago)21.3kMITPHPPHP ^7.1.3

Since Apr 23Pushed 7y agoCompare

[ Source](https://github.com/invinbg/laravel-upload-image)[ Packagist](https://packagist.org/packages/invinbg/laravel-upload-image)[ Docs](https://github.com/invinbg/laravel-upload-image)[ RSS](/packages/invinbg-laravel-upload-image/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

laravel-upload-image
====================

[](#laravel-upload-image)

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

[](#installation)

You can install this package quickly and easily with Composer.

Require the package via Composer:

```
$ composer require invinbg/laravel-upload-image

```

Finally publish the config file:

```
$ php artisan vendor:publish --provider="InviNBG\UploadImage\UploadImageServiceProvider"

```

### Laravel Integration

[](#laravel-integration)

The Image Cache class supports Laravel integration. Best practice to use the library in Laravel is to add the ServiceProvider and Facade of the Intervention Image Class.

Open your Laravel config file `config/app.php` and add the following lines.

In the `$providers` array add the service providers for this package.

```
'providers' => array(

    [...]

    'Intervention\Image\ImageServiceProvider'
),

```

Add the facade of this package to the `$aliases` array.

```
'aliases' => array(

    [...]

    'Image' => 'Intervention\Image\Facades\Image'
),

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

2672d ago

Major Versions

0.0.4 → 1.0.02019-01-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cfef13492776f45d99a6d9548b3e359852c2f81154204072606307de7e492fa?d=identicon)[invinbg](/maintainers/invinbg)

---

Tags

laravelimageupload

### Embed Badge

![Health badge](/badges/invinbg-laravel-upload-image/health.svg)

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

###  Alternatives

[sopamo/laravel-filepond

Laravel backend module for filepond uploads

215272.2k3](/packages/sopamo-laravel-filepond)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)

PHPackages © 2026

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