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(8mo ago)017MITBladePHP ^8.2CI failing

Since Aug 16Pushed 8mo 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 1mo ago

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

31

—

LowBetter than 68% of packages

Maintenance59

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

265d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e330fe6980882bbacea7a0f3ca5669c450216d997519e5801bdcdda85af0c7d8?d=identicon)[kimcee](/maintainers/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

[unisharp/laravel-filemanager

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

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)[innoge/laravel-rclone

A sleek PHP wrapper around rclone with Laravel-style fluent API syntax

174.1k](/packages/innoge-laravel-rclone)

PHPackages © 2026

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