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

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

irisvn/media-manager
====================

Media manager for laravel

04.3kBlade

Since Jul 13Pushed 2y agoCompare

[ Source](https://github.com/irisvn/media-manager)[ Packagist](https://packagist.org/packages/irisvn/media-manager)[ RSS](/packages/irisvn-media-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)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://camo.githubusercontent.com/46edcfb40a92274b6e9a482e7ea32b6a6b03ea1888dad52bf60611d1eb69833d/68747470733a2f2f692e696d6775722e636f6d2f563841796c33662e706e67)](https://camo.githubusercontent.com/46edcfb40a92274b6e9a482e7ea32b6a6b03ea1888dad52bf60611d1eb69833d/68747470733a2f2f692e696d6775722e636f6d2f563841796c33662e706e67)

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

[](#installation)

### Link:

[](#link-httpspackagistorgpackagesirisvnmedia-manager)

```
composer require irisvn/media-manager

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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43342296?v=4)[Canh Lio](/maintainers/minhcanh198)[@minhcanh198](https://github.com/minhcanh198)

---

Top Contributors

[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (12 commits)")[![irisvn](https://avatars.githubusercontent.com/u/44105958?v=4)](https://github.com/irisvn "irisvn (9 commits)")[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (5 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)")

### Embed Badge

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

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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