PHPackages                             awttechnology/filament-filemanager - 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. awttechnology/filament-filemanager

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

awttechnology/filament-filemanager
==================================

File Manager for Filament

v0.1.0(3mo ago)01↓90.9%MITBladePHP ^8.1

Since Mar 28Pushed 3mo agoCompare

[ Source](https://github.com/awttechnology/filament-filemanager)[ Packagist](https://packagist.org/packages/awttechnology/filament-filemanager)[ RSS](/packages/awttechnology-filament-filemanager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Filament Filemanager
====================

[](#filament-filemanager)

[Filament](https://filamentphp.com/) Admin/Forms.

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

[](#installation)

1-Install the package via composer

```
composer require awttechnology/filament-filemanager
```

2-Publish assets

```
php artisan vendor:publish --provider="AwtTechnology\FilamentFileManager\Providers\FileManagerServiceProvider"
```

Usage
-----

[](#usage)

The editor extends the default Field class so most other methods available on that class can be used when adding it to a form.

```
use AwtTechnology\FilamentFileManager\Forms\Components\FileManagerPicker;

FileManagerPicker::make('avatar')
	->columnSpanFull()
	->required()
	->label('انتخاب فایل'),
```

Config
------

[](#config)

The plugin will work without publishing the config, but should you need to change any of the default settings you can publish the config file with the following Artisan command:

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

### Profiles / Tools

[](#profiles--tools)

The package comes with 4 profiles (or toolbars) out of the box. You can also use a pipe `|` to separate tools into groups. The default profile is the full set of tools.

```
"disk" => "local",
"allowed_mimes" => [
	'jpg', 'jpeg', 'png', 'gif', 'webp', 'pdf', 'doc', 'docx', 'xls', 'xlsx', 'zip', 'rar', 'mp4', 'mp3'
],
```

Versioning
----------

[](#versioning)

This project follow the [Semantic Versioning](https://semver.org/) guidelines.

License
-------

[](#license)

Licensed under the MIT license, see [LICENSE.md](LICENSE.md) for details.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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

92d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ae2ae550bee201e5f4c0b21dde9168d820b7312421823f464cc2e01226f2def?d=identicon)[tohir](/maintainers/tohir)

---

Top Contributors

[![amirhellboy](https://avatars.githubusercontent.com/u/26220764?v=4)](https://github.com/amirhellboy "amirhellboy (10 commits)")[![tohirsolomons](https://avatars.githubusercontent.com/u/4906653?v=4)](https://github.com/tohirsolomons "tohirsolomons (2 commits)")

---

Tags

laravelfilemanagerfilament

### Embed Badge

![Health badge](/badges/awttechnology-filament-filemanager/health.svg)

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

###  Alternatives

[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17758.9k2](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84192.9k8](/packages/stephenjude-filament-two-factor-authentication)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[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.

7815.5k3](/packages/mwguerra-filemanager)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6643.3k1](/packages/marcelweidum-filament-passkeys)[slimani/filament-media-manager

A media manager plugin for Filament.

115.1k](/packages/slimani-filament-media-manager)

PHPackages © 2026

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