PHPackages                             satoritech44/upload-files - 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. satoritech44/upload-files

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

satoritech44/upload-files
=========================

Service for upload files and delete them

1.0.0(2y ago)012MITPHP

Since Aug 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/KellyFarias/upload_files)[ Packagist](https://packagist.org/packages/satoritech44/upload-files)[ RSS](/packages/satoritech44-upload-files/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

UploadFiles
===========

[](#uploadfiles)

Use when you want to upload an image or file and get url

Use in Controller
-----------------

[](#use-in-controller)

- Add use

```
use Satoritech44\UploadFiles\UploadFiles;
```

- inside method ```
    $file=$request->file('img');
    if (isset($file)){
    $url=UploadFiles::storeFile($file,'id','path','projectName');
    }
    ```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

1064d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/62398303?v=4)[KellyFarias](/maintainers/KellyFarias)[@KellyFarias](https://github.com/KellyFarias)

---

Top Contributors

[![KellyFarias](https://avatars.githubusercontent.com/u/62398303?v=4)](https://github.com/KellyFarias "KellyFarias (3 commits)")

### Embed Badge

![Health badge](/badges/satoritech44-upload-files/health.svg)

```
[![Health](https://phpackages.com/badges/satoritech44-upload-files/health.svg)](https://phpackages.com/packages/satoritech44-upload-files)
```

PHPackages © 2026

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