PHPackages                             cognitus/richfilemanager - 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. cognitus/richfilemanager

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

cognitus/richfilemanager
========================

To add RichFilemanager to Laravel 5.\*

v1.0(9y ago)12.1k↓66.7%2[1 issues](https://github.com/cognitus/RichFilemanager/issues)MITJavaScriptPHP &gt;=5.5.9

Since Aug 8Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

RichFilemanager
---------------

[](#richfilemanager)

This package is to add [servocoder/RichFilemanager](https://github.com/servocoder/RichFilemanager/) to Laravel 5.\* installation.

### Installation

[](#installation)

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

```
    "cognitus/richfilemanager": "1.0.*"

```

Update Composer :

```
    composer update

```

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

```
    Cognitus\Richfilemanager\RichfilemanagerServiceProvider::class,

```

laravel 5.0:

```
    'Cognitus\Richfilemanager\RichfilemanagerServiceProvider',

```

### Publish

[](#publish)

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

```
    php artisan vendor:publish

```

### User model

[](#user-model)

For RichFilemanager 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 RichFilemanager/userfiles folder.

You can edit the name folders by usernames or whatever. just edit the file RichFilemanager/connectors/php/LaravelConfig.php and routes in config/RichFilemanager.php

### Example

[](#example)

show RichFilemanager

```
public function index()
{
	$url = config('richfilemanager.url'). '?langCode=' . config('app.locale');

	return view('foo', compact('url'));

}

```

### Integration

[](#integration)

You can now integrate RichFilemanager with any editor.

Simple example integration with CKEditor :

```

        CKEditor

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

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3570d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3610d3008cdde2df94fbe62fda533d4ce76e11447a8c4958b5f0d514a01ead6c?d=identicon)[cognitus](/maintainers/cognitus)

---

Top Contributors

[![cognitus](https://avatars.githubusercontent.com/u/2235718?v=4)](https://github.com/cognitus "cognitus (2 commits)")

### Embed Badge

![Health badge](/badges/cognitus-richfilemanager/health.svg)

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

###  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)
