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 3d 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 68% 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

2835d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dcb15f5edb0bff123fab7d8822714db17aa19e83a505633ec9ffa5c990260708?d=identicon)[trikey](/maintainers/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

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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