PHPackages                             sinevia/laravel-media-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. sinevia/laravel-media-manager

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

sinevia/laravel-media-manager
=============================

Media manager for Laravel - browse / create / rename / delete files and folders.

v1.2.0(5y ago)0348proprietaryPHPCI failing

Since Jan 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Sinevia/laravel-media-manager)[ Packagist](https://packagist.org/packages/sinevia/laravel-media-manager)[ Docs](https://github.com/Sinevia/laravel-media-manager)[ RSS](/packages/sinevia-laravel-media-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Laravel Media Manager
=====================

[](#laravel-media-manager)

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

[](#installation)

- Composer

```
composer require sinevia/laravel-media-manager

```

- Manual. To dev-master (for development only)

```
"repositories": [
   {
       "type": "vcs",
       "url": "https://github.com/Sinevia/laravel-media-manager.git"
   }
],
"require": {
    "Sinevia/laravel-media-manager": "dev-master"
},

```

Configuration
-------------

[](#configuration)

Step 1. Create a new directory in your public directory called media /public/media

Step 2. Create a new entry in your filesystems.php config file

```
'media_manager' => [
    'driver' => 'local',
    'root' => public_path('media'),
    'visibility' => 'public',
],

```

Step 3. Add a new entry in your routers file

```
Route::group(['middleware' => ['admin-only-middleware']], function () {
    AdvancedRoute::controller('/media', '\Sinevia\LaravelMediaManager\Controllers\MediaController');
});

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~354 days

Total

4

Last Release

1986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d935723d26f92caa8fb66c4a44cf1995c488734b54e36f5b616ac290a109ab59?d=identicon)[sinevia](/maintainers/sinevia)

---

Top Contributors

[![Sinevia](https://avatars.githubusercontent.com/u/3450815?v=4)](https://github.com/Sinevia "Sinevia (39 commits)")[![gautam-patadiya](https://avatars.githubusercontent.com/u/13715668?v=4)](https://github.com/gautam-patadiya "gautam-patadiya (3 commits)")

---

Tags

phplaravelmanagermediasinevia

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sinevia-laravel-media-manager/health.svg)

```
[![Health](https://phpackages.com/badges/sinevia-laravel-media-manager/health.svg)](https://phpackages.com/packages/sinevia-laravel-media-manager)
```

###  Alternatives

[tomatophp/filament-media-manager

Manage your media files using spatie media library with easy to use GUI for FilamentPHP

14543.9k3](/packages/tomatophp-filament-media-manager)[silvanite/nova-field-cloudinary

A Laravel Nova Image Field with Flysystem Adapter for storing and retrieving media from Cloudinary

2772.0k3](/packages/silvanite-nova-field-cloudinary)

PHPackages © 2026

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