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

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

savanihd/image-upload-laravel
=============================

laravel image upload

v1.0.7(6y ago)172MITPHP

Since Oct 2Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

Image Upload for Laravel 6
--------------------------

[](#image-upload-for-laravel-6)

Install Package By using bellow command:

```
composer require savanihd/image-upload-laravel

```

You need to update on config/app.php file

```
'providers' => [
    ...
    SavaniHD\ImageUploadLaravel\ImageUploadLaravelServiceProvider::class
]
'aliases' => [
    ...
    'ImageUploadLaravel' => SavaniHD\ImageUploadLaravel\Facades\ImageUploadHDLaravelFacade::class,
]

```

You can use as bellow: upload method will return name of uploaded file. if you upload same file name file than it will return name like this way: test.png. test-1.png, test-2.png etc Syntax:

```
ImageUploadLaravel::upload(file_object, folder_path)

```

Example:

```
$fileName = ImageUploadLaravel::upload($request->image, public_path('images'))

dd($fileName);

```

Supported By:

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Total

6

Last Release

2462d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6205405?v=4)[Hardik Savani](/maintainers/savanihd)[@savanihd](https://github.com/savanihd)

---

Top Contributors

[![savanihd](https://avatars.githubusercontent.com/u/6205405?v=4)](https://github.com/savanihd "savanihd (10 commits)")

### Embed Badge

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

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

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

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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