PHPackages                             chhetri/mediamanager - 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. chhetri/mediamanager

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

chhetri/mediamanager
====================

3.0(4y ago)03.8kMITPHP

Since Feb 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Ruchika-Chhetri/Media-manager)[ Packagist](https://packagist.org/packages/chhetri/mediamanager)[ RSS](/packages/chhetri-mediamanager/feed)WikiDiscussions ruchika Synced 4w ago

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

Bagisto Media Manager
=====================

[](#bagisto-media-manager)

[![Packagist Downloads](https://camo.githubusercontent.com/4e0f77db0ab2b20794b66c769fca2f0013d47c2bc3c3ac9743133d5ab2a14392/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696468696d612f6d656469616d616e61676572)](https://camo.githubusercontent.com/4e0f77db0ab2b20794b66c769fca2f0013d47c2bc3c3ac9743133d5ab2a14392/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696468696d612f6d656469616d616e61676572) [![Packagist License](https://camo.githubusercontent.com/cd5996bf84a5baf83e23af71e678160aae3bab4e9b2d5724a22f22779b486629/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f72696468696d612f6d656469616d616e61676572)](https://camo.githubusercontent.com/cd5996bf84a5baf83e23af71e678160aae3bab4e9b2d5724a22f22779b486629/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f72696468696d612f6d656469616d616e61676572)

This extension integrates [barryvdh/laravel-elfinder](https://github.com/barryvdh/laravel-elfinder) media manager.

Requirements
------------

[](#requirements)

- [Bagisto](https://github.com/bagisto/bagisto)

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

[](#installation)

### Install with composer

[](#install-with-composer)

Require this package with Composer

```
composer require ridhima/mediamanager

```

Add the ServiceProvider to the providers array in **config/app.php**

```
Ridhima\MediaManager\Providers\MediaManagerServiceProvider::class
```

Run below commands before publishing assets to the public folder:

```
composer dump-autoload
php artisan config:clear
php artisan cache:clear
php artisan route:clear
php artisan storage:link

```

Run below artisan command to download the required assets files to the public folder

```
php artisan mediamanager:publish

```

Remember to publish the assets after each update (or add the command to your post-update-cmd in composer.json)

Run below command to publish config and additional assets files to make it compatible with Bagisto backend theme

```
php artisan vendor:publish --provider='Ridhima\MediaManager\Providers\MediaManagerServiceProvider'

```

Add below lines of code in **config\\filesystems.php** to add a new disk.

```
'mediamanager' => [
    'driver' => 'local',
    'root'   => storage_path('app/public/media'),
]

```

In your config/elfinder.php, you can change the default folder, the access callback or define your own roots. Rest of the configuration details are mentioned in [barryvdh/laravel-elfinder](https://github.com/barryvdh/laravel-elfinder) media manager.

### Install with package folder

[](#install-with-package-folder)

1. Unzip all the files to **packages/Ridhima/MediaManager**.
2. Run composer command to download the required package

```
composer require barryvdh/laravel-elfinder:^0.4.7

```

3. Goto composer.json file inside the Bagisto root directory then add the following line under 'psr-4'

```
"Ridhima\\MediaManager\\": "packages/Ridhima/MediaManager/src"

```

4. Goto **config/app.php** file then add the following line under 'webkul packages'

```
Ridhima\MediaManager\Providers\MediaManagerServiceProvider::class

```

5. Run below commands before publishing assets to the public folder:

```
composer dump-autoload
php artisan config:clear
php artisan cache:clear
php artisan storage:link

```

6. Run below artisan command to download the required assets files to the public folder:

```
php artisan mediamanager:publish

```

7. After that run below command to publish config and additional assets files to make it compatible with Bagisto backend theme

```
php artisan vendor:publish --provider='Ridhima\MediaManager\Providers\MediaManagerServiceProvider'

```

8. Add below lines of code in **config\\filesystems.php** to add a new disk.

```
'mediamanager' => [
    'driver' => 'local',
    'root'   => storage_path('app/public/media'),
]

```

Now you can manage the static media files from the dedicated section as well as from the editor.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.1% 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 ~40 days

Total

2

Last Release

1496d ago

Major Versions

2.0 → 3.02022-04-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e0982cf26d9a2c66f3889c59039982dd38287fbe79e1a1a3d53b1238bf5f980?d=identicon)[Ruchika-Chhetri](/maintainers/Ruchika-Chhetri)

---

Top Contributors

[![Pushkar-Rana](https://avatars.githubusercontent.com/u/2259211?v=4)](https://github.com/Pushkar-Rana "Pushkar-Rana (11 commits)")[![v-pushkar-rana](https://avatars.githubusercontent.com/u/208431603?v=4)](https://github.com/v-pushkar-rana "v-pushkar-rana (4 commits)")[![ruchika-pms](https://avatars.githubusercontent.com/u/118423511?v=4)](https://github.com/ruchika-pms "ruchika-pms (3 commits)")

### Embed Badge

![Health badge](/badges/chhetri-mediamanager/health.svg)

```
[![Health](https://phpackages.com/badges/chhetri-mediamanager/health.svg)](https://phpackages.com/packages/chhetri-mediamanager)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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