PHPackages                             stemizer/filament\_tinyfinder - 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. [Admin Panels](/categories/admin)
4. /
5. stemizer/filament\_tinyfinder

ActiveLibrary[Admin Panels](/categories/admin)

stemizer/filament\_tinyfinder
=============================

Compact file manager plugin for Filament - Upload, manage, and organize your files and images with advanced features

2.0-b(3w ago)20MITPHPPHP ^8.2

Since May 18Pushed 3w agoCompare

[ Source](https://github.com/samettemizer/filament_tinyfinder)[ Packagist](https://packagist.org/packages/stemizer/filament_tinyfinder)[ Docs](https://github.com/samettemizer/filament_tinyfinder)[ RSS](/packages/stemizer-filament-tinyfinder/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

TinyFinder v2 - Filament Plugin
===============================

[](#tinyfinder-v2---filament-plugin)

TinyFinder is a compact file manager plugin for Filament.

It provides image and file uploads, an archive browser, image crop/resize actions, reusable form inputs, and a RichEditor archive integration example.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 12+
- Filament 5.6+
- GD or Imagick

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

[](#installation)

```
composer require stemizer/filament_tinyfinder

php artisan vendor:publish --tag="filament-tinyfinder-config"
php artisan migrate
php artisan storage:link
php artisan filament:assets
```

Add the plugin to your Filament panel provider:

```
use Stemizer\FilamentTinyFinder\FilamentTinyFinderPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentTinyFinderPlugin::make()
                ->navigationGroup('Media')
                ->navigationSort(10),
        ]);
}
```

Optional `.env` values:

```
TINYFINDER_DISK=public
TINYFINDER_PATH=tinyfinder
TINYFINDER_MAX_FILE_SIZE=134217728
TINYFINDER_MAX_IMAGE_SIZE=10485760
TINYFINDER_IMAGE_DRIVER=gd
TINYFINDER_IMAGE_QUALITY=90
```

Form Inputs
-----------

[](#form-inputs)

```
use Stemizer\FilamentTinyFinder\Forms\Components\TinyFinderFileInput;
use Stemizer\FilamentTinyFinder\Forms\Components\TinyFinderImageInput;

TinyFinderImageInput::make('image')
    ->label('Product Image');

TinyFinderFileInput::make('attachment')
    ->label('Product Attachment');
```

RichEditor
----------

[](#richeditor)

The package includes an example resource:

```
Stemizer\FilamentTinyFinder\Examples\ExampleResource
```

It shows how to add TinyFinder image and file archive buttons to Filament's `RichEditor`.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance95

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

22d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6edb8b69cecf77b3742d03aa823c3535a5124a2b388923b9f292c071fd89c6f8?d=identicon)[stemizer](/maintainers/stemizer)

---

Top Contributors

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

---

Tags

alpine-jsfilament-pluginlaravelphpricheditorlaravelfile managerfilamentfilament-pluginadmin-panelimage managertinyfinder

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/stemizer-filament-tinyfinder/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2210.5k](/packages/mradder-filament-logger)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

264298.4k8](/packages/croustibat-filament-jobs-monitor)[filament/support

Core helper methods and foundation code for all Filament packages.

2328.3M213](/packages/filament-support)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17758.9k2](/packages/stephenjude-filament-jetstream)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

245.8k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

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