PHPackages                             n-schouten/filament-image-manager - 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. [Image &amp; Media](/categories/media)
4. /
5. n-schouten/filament-image-manager

ActiveLibrary[Image &amp; Media](/categories/media)

n-schouten/filament-image-manager
=================================

1.0.0(1y ago)03PHP

Since Feb 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/n-schouten/filament-image-manager)[ Packagist](https://packagist.org/packages/n-schouten/filament-image-manager)[ RSS](/packages/n-schouten-filament-image-manager/feed)WikiDiscussions main Synced 1mo ago

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

Filament Image Manager
======================

[](#filament-image-manager)

A simple yet powerful image manager for Laravel Filament

Features
--------

[](#features)

- Field for Filament to select or upload an image
- Working with different disks/directories
- Filament Resource for overview of all images
- Performing conversions with `Spatie/Image`
- Soft Deletes of Images, cleaning up the database record and belonging files after a set amount of days.

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

[](#installation)

You can install this package using Composer. Ensure that Laravel and Filament are already set up in your main project before proceeding. This package will also install the [Spatie/Image](https://github.com/spatie/image)-package.

```
  composer require n-schouten/filament-image-manager
```

After installing, you need to publish the migrations and migrate by running the following commands:

```
  php artisan vendor:publish --tag=image-manager-migrations

  php artisan migrate
```

In case you are using the `public` disk, make sure a symbolic link has been made from source directory storage/app/public to target directory public/storage. You can do this by running te following command:

```
   php artisan storage:link
```

You can publish the configuration file, although it is not required. To do so, run the following command: `php artisan vendor:publish --tag=image-manager-config`

Installation as Filament Plugin
-------------------------------

[](#installation-as-filament-plugin)

After this, install the package as a plugin in your Filament Panel Service Provider `panel()` function

```
  use NSchouten\FilamentImageManager\ImageManagerPlugin;

  $panel->plugin(new ImageManagerPlugin())
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance43

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/148b3562ee5231e07515b912c7e607235ea2196f48bc969835d13d7c3ffabc04?d=identicon)[NielsSchouten](/maintainers/NielsSchouten)

---

Top Contributors

[![n-schouten](https://avatars.githubusercontent.com/u/194707649?v=4)](https://github.com/n-schouten "n-schouten (59 commits)")

### Embed Badge

![Health badge](/badges/n-schouten-filament-image-manager/health.svg)

```
[![Health](https://phpackages.com/badges/n-schouten-filament-image-manager/health.svg)](https://phpackages.com/packages/n-schouten-filament-image-manager)
```

###  Alternatives

[finller/laravel-media

A flexible media library for Laravel

472.1k](/packages/finller-laravel-media)[webplusm/gallery-json-media

a filament media storing in a Json field

196.0k](/packages/webplusm-gallery-json-media)[elegantly/laravel-media

A flexible media library for Laravel

474.9k2](/packages/elegantly-laravel-media)

PHPackages © 2026

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