PHPackages                             hexide-digital/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. hexide-digital/file-uploader

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

hexide-digital/file-uploader
============================

upload a large number of files

1.0.5(4y ago)0654MITPHPPHP ^7.3|^8.0

Since Sep 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hexidedigital/file-uploader)[ Packagist](https://packagist.org/packages/hexide-digital/file-uploader)[ RSS](/packages/hexide-digital-file-uploader/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

File uploader
=============

[](#file-uploader)

Upload a large number of files that will be harmoniously distributed in folders, which will allow access even through the terminal

---

Imagine you have a store with goods, each product has a slider with photos. While there are not many products, you can easily open and view them all, either through a file manager or console.

Now imagine, in one folder there are more than 8 thousand (or more) photos of products of users, etc., and you open this folder, no one will have a hard drive and / or little RAM.

Requirements
============

[](#requirements)

- php ^7.4|^8.0,
- laravel 8.\*

Installation
============

[](#installation)

> The only thing you need to know is that it's just an add-on to the regular one Laravel `Storage` Facade, but when you save a file, it gets a multi-level nesting of folders in the path

Require this package with composer using the following command:

```
composer require hexide-digital/file-uploader
```

Add the following class to the `providers` array in `config/app.php`:

```
HexideDigital\FileUploader\FileUploaderServiceProvider::class,
```

Add the following alias to the `aliases` array in `config/app.php`:

```
'FileUploader' => HexideDigital\FileUploader\Facades\FileUploader::class,
```

Usage
=====

[](#usage)

... is simple, use as a `Storage`

Most used method is `put`His arguments

- `$file` - the file itself that you want to save;
- `$type` - nested folder, where store file (for example `images`, `files`, `pdf`);
- `$module` - can be empty, but it is recommended to specify for convenient search;
- `$uniq_id` - if you want to save the `files` in one place, for example, `images`for one directory for the product, that you can say the product id and `image`will be saved near other product images or files,

Can I hire you guys?
====================

[](#can-i-hire-you-guys)

Yes! Say hi: We will be happy to work with you! Other [work we’ve done](https://hexide-digital.com/)

Follow us
---------

[](#follow-us)

Stay up to date with the latest Vuestic news! Follow us on [LinkedIn](https://www.linkedin.com/company/hexide-digital)or [Facebook](https://www.facebook.com/hexide.digital)

License
=======

[](#license)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Recently: every ~7 days

Total

6

Last Release

1691d ago

PHP version history (2 changes)1.0.1PHP ^7.4|^8.0

1.0.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d71d9096f85a96307a91e8debf8408c91c3cd6bfae629f0d0628071777c539e?d=identicon)[yaapis](/maintainers/yaapis)

![](https://www.gravatar.com/avatar/1e642e47d6cdc24908bb88404a37ce5270904265c36a7b9ae045525282704bcf?d=identicon)[Oleksandr-Moik](/maintainers/Oleksandr-Moik)

---

Top Contributors

[![Oleksandr-Moik](https://avatars.githubusercontent.com/u/50796878?v=4)](https://github.com/Oleksandr-Moik "Oleksandr-Moik (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hexide-digital-file-uploader/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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