PHPackages                             lumerel/livewire-media-library - 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. lumerel/livewire-media-library

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

lumerel/livewire-media-library
==============================

Minimal media library for Laravel Livewire 3

v0.1.6(10mo ago)017MITBladePHP ^8.2CI failing

Since Aug 16Pushed 10mo agoCompare

[ Source](https://github.com/kimcee/livewire-media-library)[ Packagist](https://packagist.org/packages/lumerel/livewire-media-library)[ RSS](/packages/lumerel-livewire-media-library/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (3)Versions (12)Used By (0)

Livewire Media Library
======================

[](#livewire-media-library)

A minimal, production-ready image media library for Laravel 10/11 and Livewire 3.

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

[](#installation)

Add the repository locally and require the package:

```
"repositories": [
  {"type": "path", "url": "../livewire-media-library", "options": {"symlink": true}}
]
```

```
composer require lumerel/livewire-media-library:@dev
```

Publish the configuration and run migrations:

```
php artisan vendor:publish --tag=media-library-config
php artisan migrate
```

Publish the views:

```
php artisan vendor:publish --tag=media-library-views
```

Usage
-----

[](#usage)

In you app.css file, add for tailwindcss support

```
@source '../../vendor/lumerel/livewire-media-library/resources/**/*.blade.php';

```

Render the uploader and gallery components in your Blade view:

```

```

Alternatively, use the browser component to open the gallery and uploader inside a modal:

```

```

Listen for the `lw-media:selected` event to get the selected media's `id` and `path`.

Switch to the Flux or Bootstrap theme by updating the config:

```
// config/media-library.php
'theme' => 'flux', // or 'bootstrap'
```

Install [livewire/flux](https://github.com/livewire/flux) if you want to use the Flux-styled views. Include Bootstrap in your layout if you switch to the Bootstrap theme.

If `intervention/image` is installed the package will create conversions (thumb, preview) for uploaded images.

The download route `/lw-media/{media}` proxies files through Laravel's `Storage::response()` which is useful if direct disk URLs are not desired.

Security
--------

[](#security)

Media files may expose their URLs if stored on public disks. Use the included download route or secure disks as needed.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

7

Last Release

318d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9338846?v=4)[Todd Low](/maintainers/kimcee)[@kimcee](https://github.com/kimcee)

---

Top Contributors

[![kimcee](https://avatars.githubusercontent.com/u/9338846?v=4)](https://github.com/kimcee "kimcee (19 commits)")

### Embed Badge

![Health badge](/badges/lumerel-livewire-media-library/health.svg)

```
[![Health](https://phpackages.com/badges/lumerel-livewire-media-library/health.svg)](https://phpackages.com/packages/lumerel-livewire-media-library)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M199](/packages/laravel-ai)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[illuminate/session

The Illuminate Session package.

9939.3M849](/packages/illuminate-session)

PHPackages © 2026

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