PHPackages                             pigeonsoft/image-upload-helper - 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. pigeonsoft/image-upload-helper

ActiveLibrary

pigeonsoft/image-upload-helper
==============================

Laravel Image Upload Helper Package

1.0.1(5y ago)012MITPHP

Since Dec 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PigeonSoft/image-upload-helper)[ Packagist](https://packagist.org/packages/pigeonsoft/image-upload-helper)[ RSS](/packages/pigeonsoft-image-upload-helper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Image Upload Helper
===================

[](#image-upload-helper)

Image Upload Helper developed for Laravel Image uploads and delete from files. It's a helper library.

### Usage

[](#usage)

```
use PigeonSoft\UploadImage\UploadImage;

if ($request->hasFile('photo')) {
        $file=$request->file('photo');
        $file_name=UploadImage::image_upload($file);
      }
```

### Developed By Ariful Islam

[](#developed-by-ariful-islam)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

1960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d4dff83a30e01b7c67879824d0049afa3ec841f1ddc7f896dd9daaf0136ddc4?d=identicon)[prodhan](/maintainers/prodhan)

---

Top Contributors

[![prodhan](https://avatars.githubusercontent.com/u/7001442?v=4)](https://github.com/prodhan "prodhan (2 commits)")

### Embed Badge

![Health badge](/badges/pigeonsoft-image-upload-helper/health.svg)

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

PHPackages © 2026

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