PHPackages                             apsonex/filament-simple-file - 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. apsonex/filament-simple-file

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

apsonex/filament-simple-file
============================

Filement Simepl File Uploader

v1.0.9(2y ago)0100MITPHPPHP ^8.2

Since Sep 15Pushed 2y ago2 watchersCompare

[ Source](https://github.com/apsonex/filament-simple-file)[ Packagist](https://packagist.org/packages/apsonex/filament-simple-file)[ Docs](https://github.com/apsonex/filament-simple-file)[ RSS](/packages/apsonex-filament-simple-file/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (11)Used By (0)

Filament Image Field
====================

[](#filament-image-field)

### Usage

[](#usage)

```
use \Apsonex\FilamentSimpleFile\Form\Components\File

File::make('column')
   ->disk('s3')
   ->directory("storage/dir/location")
   ->visibility('public')
   ->acceptedFileTypes(['image/png', 'image/jpeg', 'image/jpg'])
   ->helperText('Helper Text')
   ->maxSize(5 * 1024)
   ->label('Upload Logo');
```

### Delete previously stored file

[](#delete-previously-stored-file)

To delete previously stored file, use `deleteOldFile(true)`. Make sure Form component implement `getRecord()` method and must return model instance.

```
File::make('column')
   ->disk('s3')
   ->deleteOldFile(true)
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

Total

10

Last Release

911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c01c7781cf9e16fbd9358743e58a0d1bf5802d5059d3b5245daf3165f7ceb06e?d=identicon)[apsonex](/maintainers/apsonex)

---

Top Contributors

[![gurindersingh](https://avatars.githubusercontent.com/u/6223752?v=4)](https://github.com/gurindersingh "gurindersingh (21 commits)")

---

Tags

laravelapsonexfilament-simple-file

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/apsonex-filament-simple-file/health.svg)

```
[![Health](https://phpackages.com/badges/apsonex-filament-simple-file/health.svg)](https://phpackages.com/packages/apsonex-filament-simple-file)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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