PHPackages                             trikey/laravel-file-uploader - 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. trikey/laravel-file-uploader

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

trikey/laravel-file-uploader
============================

File upload backend

1.2.1(7y ago)0487PHP

Since Feb 19Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (9)Used By (0)

laravel-file-uploader
=====================

[](#laravel-file-uploader)

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

[](#installation)

```
composer require trikey/laravel-file-uploader

```

If you are on laravel 5.5+, then you are ready to go.

Those who are on older versions of laravel , add this to `providers` in `config/app.php`:

```
\Trikey\FileUploader\FileUploaderServiceProvider::class,

```

This package also adds table to keep files in, so run:

```
php artisan migrate

```

You can set these params in env:

```
FILE_UPLOADER_DISK to specify filesystem disk which will be used to store files, defaults to local

FILE_UPLOADER_PATH is a path on a disk where files will be stores, defaults to uploads

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~24 days

Recently: every ~42 days

Total

8

Last Release

2882d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1786102?v=4)[Ivan Belitskii](/maintainers/trikey)[@trikey](https://github.com/trikey)

---

Top Contributors

[![trikey](https://avatars.githubusercontent.com/u/1786102?v=4)](https://github.com/trikey "trikey (6 commits)")[![staskjs](https://avatars.githubusercontent.com/u/1155633?v=4)](https://github.com/staskjs "staskjs (4 commits)")

### Embed Badge

![Health badge](/badges/trikey-laravel-file-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/trikey-laravel-file-uploader/health.svg)](https://phpackages.com/packages/trikey-laravel-file-uploader)
```

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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