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 2d 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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

968d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/73299554?v=4)[Apsonex Inc.](/maintainers/apsonex)[@apsonex](https://github.com/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-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

213421.0k2](/packages/wnx-laravel-backup-restore)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)

PHPackages © 2026

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