PHPackages                             cliffthecoder/filament-uploadthing - 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. cliffthecoder/filament-uploadthing

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

cliffthecoder/filament-uploadthing
==================================

UploadThing integration for FilamentPHP

v1.0.1(4mo ago)00CC-BY-NC-SA-4.0BladePHP ^8.1

Since Jan 6Pushed 4mo agoCompare

[ Source](https://github.com/CliffordMarley/filament-uploadthing)[ Packagist](https://packagist.org/packages/cliffthecoder/filament-uploadthing)[ RSS](/packages/cliffthecoder-filament-uploadthing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

FilamentPHP UploadThing Plugin
==============================

[](#filamentphp-uploadthing-plugin)

A FilamentPHP 4 plugin that integrates UploadThing for seamless file uploads.

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

[](#installation)

1. Install via Composer:

```
composer require cliffthecoder/filament-uploadthing
```

2. Publish the config:

```
php artisan vendor:publish --tag="filament-uploadthing-config"
```

3. Add your UploadThing API key to `.env`:

```
UPLOADTHING_API_KEY=your_api_key_here

```

Usage
-----

[](#usage)

In your Filament resource form:

```
use CliffTheCoder\FilamentUploadThing\Forms\Components\UploadThingFileUpload;

public static function form(Form $form): Form
{
    return $form
        ->schema([
            UploadThingFileUpload::make('attachment')
                ->label('Upload File')
                ->acceptedFileTypes(['image/*', 'application/pdf'])
                ->maxFileSize(5 * 1024 * 1024) // 5MB
                ->multiple()
                ->maxFiles(5),
        ]);
}
```

Features
--------

[](#features)

- Drag &amp; drop file upload
- Multiple file support
- File type restrictions
- File size validation
- Upload progress indicator
- Direct integration with UploadThing API
- Seamless Filament UI integration

Configuration
-------------

[](#configuration)

The plugin can be configured in `config/filament-uploadthing.php`.

Building Assets
---------------

[](#building-assets)

If you modify the JavaScript:

```
npm install
npm run build
```

License
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance76

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

133d ago

### Community

Maintainers

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

---

Top Contributors

[![CliffordMarley](https://avatars.githubusercontent.com/u/29399473?v=4)](https://github.com/CliffordMarley "CliffordMarley (2 commits)")

### Embed Badge

![Health badge](/badges/cliffthecoder-filament-uploadthing/health.svg)

```
[![Health](https://phpackages.com/badges/cliffthecoder-filament-uploadthing/health.svg)](https://phpackages.com/packages/cliffthecoder-filament-uploadthing)
```

###  Alternatives

[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[shuvroroy/filament-spatie-laravel-backup

This plugin is built on top of Spatie's Laravel-backup package

268356.4k6](/packages/shuvroroy-filament-spatie-laravel-backup)[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)

PHPackages © 2026

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