PHPackages                             ahmadazimi/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. [File &amp; Storage](/categories/file-storage)
4. /
5. ahmadazimi/laravel-media-manager

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

ahmadazimi/laravel-media-manager
================================

Laravel 4 advanced media manager based on elFinder 2.1.

115024JavaScript

Since Jun 28Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Media Manager 0.1.0 beta
================================

[](#laravel-media-manager-010-beta)

### This package is still under development.

[](#this-package-is-still-under-development)

Laravel 4 advanced media manager (file manager and uploader) package based on [elFinder 2.1](https://github.com/Studio-42/elFinder/tree/2.1). Inspired by [laravel-elfinder](https://github.com/barryvdh/laravel-elfinder) package developed by [Barry vd. Heuvel](https://github.com/barryvdh). Note that this package is still under development. You can use this file manager in Laravel 4 as a standalone media manager or as a plugin for TinyMCE or CKEditor. For more info take a look at files in `src/views` folder.

### Installation

[](#installation)

First of all you should add laravel-media-manager package to your composer.json file using this line:

```
"ahmadazimi/laravel-media-manager": "dev-master",

```

Add the MediaManagerServiceProvider to your application providers by adding this line to providers array in app/config/app.php:

```
'W3G\MediaManager\MediaManagerServiceProvider',

```

To copy the Media Manager assets to the public folder, using the following artisan command:

```
php artisan mediamanager:publish

```

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

You can now add the routes for elFinder to your routes.php

```
Route::group(array('before' => 'auth'), function()
    {
        \Route::get('media', 'W3G\MediaManager\MediaManagerController@showStandalone');
        \Route::any('media/connector', 'W3G\MediaManager\MediaManagerController@connector');
    });

```

Of course you can define your own filters/routes if you want.

### Configuration

[](#configuration)

The default configuration requires a directory called 'media' in the public folder. You can change this by publishing the config file.

```
php artisan config:publish ahmadazimi/laravel-media-manager

```

In your app/config/packages/ahmadazimi/laravel-media-manager, you can change the default folder, the access callback or define your own roots and also some extra parameters for elFinder.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.8% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1847191?v=4)[Ahmad](/maintainers/ahmadazimi)[@ahmadazimi](https://github.com/ahmadazimi)

---

Top Contributors

[![ahmadazimi](https://avatars.githubusercontent.com/u/1847191?v=4)](https://github.com/ahmadazimi "ahmadazimi (23 commits)")[![jitheshgopan](https://avatars.githubusercontent.com/u/1967336?v=4)](https://github.com/jitheshgopan "jitheshgopan (1 commits)")

### Embed Badge

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

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

###  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.8M125](/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.7M62](/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)
