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

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

snowsoft/media-manager
======================

Media manager for laravel

v2.0.5(3y ago)08MITBladePHP &gt;=7.0.0

Since Aug 9Pushed 3y agoCompare

[ Source](https://github.com/snowsoft/media-manager)[ Packagist](https://packagist.org/packages/snowsoft/media-manager)[ Docs](https://github.com/snowsoft/media-manager)[ RSS](/packages/snowsoft-media-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (14)Used By (0)

Media manager for laravel-admin
===============================

[](#media-manager-for-laravel-admin)

[![StyleCI](https://camo.githubusercontent.com/eb35873cf98446c5b8b74813b2bee63d0c0356020115b41f15ff120477894414/68747470733a2f2f7374796c6563692e696f2f7265706f732f39383834333139322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/98843192)[![Packagist](https://camo.githubusercontent.com/581bddf3aa79482ebbafb3faccd59baf0ecab813fec38c1486db927a3dca8720/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2d61646d696e2d6578742f6d656469612d6d616e616765722e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/laravel-admin-ext/media-manager)[![Total Downloads](https://camo.githubusercontent.com/5698c7d9901e7840cb011332c9cb05a3d2b0883fe9bf4958416cbcb9e7c086aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d61646d696e2d6578742f6d656469612d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-admin-ext/media-manager)![Pull request welcome](https://camo.githubusercontent.com/25f2db1404306d6dc01b1ac6e8c70f5f397ea8043dd9584d8dc4bc31b8bfea59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70722d77656c636f6d652d677265656e2e7376673f7374796c653d666c61742d737175617265)

Media manager for `local` disk.

[Documentation](http://laravel-admin.org/docs/#/en/extension-media-manager) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-media-manager)

Screenshot
----------

[](#screenshot)

[![wx20170809-170104](https://user-images.githubusercontent.com/1479100/29113762-99886c32-7d24-11e7-922d-5981a5849c7a.png)](https://user-images.githubusercontent.com/1479100/29113762-99886c32-7d24-11e7-922d-5981a5849c7a.png)

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

[](#installation)

```
// For laravel-admin 1.x
composer require snowsoft/media-manager:1.x -vvv

// For laravel-admin 2.x
composer require snowsoft/media-manager:2.x -vvv

php artisan admin:import media-manager
```

Add a disk config in `config/admin.php`:

```
    'extensions' => [

        'media-manager' => [

            // Select a local disk that you configured in `config/filesystem.php`
            'disk' => 'public',
            'allowed_ext' => 'jpg,jpeg,png,pdf,doc,docx,zip'
        ],
    ],
```

Open `http://localhost/admin/media`.

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~181 days

Recently: every ~104 days

Total

12

Last Release

1199d ago

Major Versions

v1.1.0 → v2.0.02020-09-28

v1.0.3 → 2.0.x-dev2022-04-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/82e2e5c31874e6660f06e56f1bf60eebc23db8b6ef8e719e9f52ae6db07f90e3?d=identicon)[snowsoft](/maintainers/snowsoft)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (12 commits)")[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (5 commits)")[![snowsoft](https://avatars.githubusercontent.com/u/4568234?v=4)](https://github.com/snowsoft "snowsoft (3 commits)")[![uacode](https://avatars.githubusercontent.com/u/829319?v=4)](https://github.com/uacode "uacode (2 commits)")[![Adizbek](https://avatars.githubusercontent.com/u/10253982?v=4)](https://github.com/Adizbek "Adizbek (1 commits)")[![Yomag84](https://avatars.githubusercontent.com/u/7047105?v=4)](https://github.com/Yomag84 "Yomag84 (1 commits)")

---

Tags

managermedialaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/media-manager

Media manager for laravel

135140.8k4](/packages/laravel-admin-ext-media-manager)[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)[yurizoom/moonshine-media-manager

Media manager for MoonShine

101.1k](/packages/yurizoom-moonshine-media-manager)

PHPackages © 2026

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