PHPackages                             bestmomo/filemanager - 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. bestmomo/filemanager

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

bestmomo/filemanager
====================

To add filemanager to Laravel 5.1

V1.03(10y ago)4538.7k↑50%10[13 issues](https://github.com/bestmomo/filemanager/issues)1MITJavaScriptPHP &gt;=5.5.9

Since Aug 24Pushed 9y ago5 watchersCompare

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

READMEChangelog (10)DependenciesVersions (12)Used By (1)

Filemanager
-----------

[](#filemanager)

This package is to add [simogeo/Filemanager](https://github.com/simogeo/Filemanager) to Laravel 5.2 installation.

### Installation

[](#installation)

Add Filemanager to your composer.json file to require Filemanager :

```
    require : {
        "laravel/framework": "5.2.*",
        "bestmomo/filemanager": "1.1.*"
    }

```

Update Composer :

```
    composer update

```

The next required step is to add the service provider to config/app.php :

```
    Bestmomo\Filemanager\FilemanagerServiceProvider::class,

```

### Publish

[](#publish)

The last required step is to publish assets in your application with :

```
    php artisan vendor:publish --provider="Bestmomo\Filemanager\FilemanagerServiceProvider"

```

### User model

[](#user-model)

For Filemanager php connector you must create at least this function in user model :

```
public function accessMediasAll()
{
    // return true for access to all medias
}

```

If you want some users access only to one folder add this function :

```
public function accessMediasFolder()
{
    // return true for access to one folder
}

```

A folder with user{id} name will be created in filemanager/userfiles folder.

### Integration

[](#integration)

You can now integrate Filemanager with any editor.

Simple example integration with CKEditor :

```

        CKEditor

            CKEDITOR.replace( 'editor', {
                filebrowserBrowseUrl: '{!! url('filemanager/index.html') !!}'
            });

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~25 days

Recently: every ~37 days

Total

11

Last Release

3671d ago

### Community

Maintainers

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

---

Top Contributors

[![bestmomo](https://avatars.githubusercontent.com/u/2959682?v=4)](https://github.com/bestmomo "bestmomo (15 commits)")[![tolnaizoltan](https://avatars.githubusercontent.com/u/161622436?v=4)](https://github.com/tolnaizoltan "tolnaizoltan (1 commits)")

### Embed Badge

![Health badge](/badges/bestmomo-filemanager/health.svg)

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

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

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[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)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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