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

ActiveLibrary

hxd/filemanager
===============

File manager for Laravel

v0.0.4(4y ago)0126MITVuePHP ^8.0

Since Feb 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/xuandung38/filemanager)[ Packagist](https://packagist.org/packages/hxd/filemanager)[ RSS](/packages/hxd-filemanager/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Filemanager
===========

[](#filemanager)

Filemanager is a file manager for laravel Base on `Thainph\Filemanager`.

Installation
============

[](#installation)

1. Config in app.php ` HXD\Filemanager\FileManagerServiceProvider::class,`
2. Publish config file: `php artisan vendor:publish --tag=file-manager-config`
3. Publish asset files: `php artisan vendor:publish --tag=file-manager-assets`
4. Config guards, mimes... in `config/file-manager.php`

Use for CKeditor
================

[](#use-for-ckeditor)

Config CKeditor:

```
const options = {
    filebrowserImageBrowseUrl: {your-domain}/file-manager/browser,
    filebrowserImageUploadUrl: {your-domain}/file-manager/single-upload,
    window.CKEDITOR.replace(editor, options);
};

```

User for selector
=================

[](#user-for-selector)

Embed your js like:

```
const fileManagerClient = {
    files: [],
    onSelected(payload) {
        this.files = payload;
        // Callback to your slelect event
    }
}
window.fileManagerClient = fileManagerClient;

```

`fileManagerClient.files` will store files which you selected.

Api
===

[](#api)

Comming soon...

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~0 days

Total

4

Last Release

1545d ago

PHP version history (2 changes)v0.0.1PHP ^7.3|^8.0

v0.0.2PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b85c535ecb159be16b5d0fe166eaf263de9ac16ddb276ac8ec50eff4e157462?d=identicon)[xuandung38](/maintainers/xuandung38)

---

Top Contributors

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

---

Tags

filemanagerHXDLaravelFilemanager

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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