PHPackages                             ibnujakaria/file-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. ibnujakaria/file-manager

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

ibnujakaria/file-manager
========================

A simple laravel file manager

V2.0.2(5y ago)7776[12 issues](https://github.com/ibnujakaria/file-manager/issues)MITVuePHP ^7.2||^8.0CI failing

Since Mar 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ibnujakaria/file-manager)[ Packagist](https://packagist.org/packages/ibnujakaria/file-manager)[ RSS](/packages/ibnujakaria-file-manager/feed)WikiDiscussions master Synced 3w ago

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

[![](https://camo.githubusercontent.com/183cdb80c362d927b5978182cdfde554bf5d656c9e784a7a7aa5db7dc81c52e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69626e756a616b617269612f66696c652d6d616e61676572)](https://packagist.org/packages/ibnujakaria/file-manager)[![](https://camo.githubusercontent.com/ede4fce0b72622975fba46b84c679ea6f66c69a54688bf3ebe42479e07f65cbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f69626e756a616b617269612f66696c652d6d616e61676572)](https://packagist.org/packages/ibnujakaria/file-manager/stats)[![](https://camo.githubusercontent.com/40a15b74ebbe32ab7a409d1ca7a3d08f0a716ce6b0f84d6858262023931bf5aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f69626e756a616b617269612f66696c652d6d616e61676572)](https://github.com/ibnujakaria/file-manager/blob/master/composer.json)[![](https://camo.githubusercontent.com/2c7d3d524b7d68c0c6e67051a16d260b75aca9ce9dafce1a8c8eff9634075b29/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f69626e756a616b617269612f66696c652d6d616e61676572)](https://github.com/ibnujakaria/file-manager/issues)[![](https://camo.githubusercontent.com/0b97ebc6b152e9e8f41a5c947d2ebd2345985039badcbc813cad8fc2109f1cf1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69626e756a616b617269612f66696c652d6d616e61676572)](https://github.com/ibnujakaria/file-manager/blob/master/LICENSE)[![](https://camo.githubusercontent.com/e0f28c9bed05c3490e140ea16ea012b238b9218eccae2be196b8fd3fccd710b7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f69626e756a616b617269612f66696c652d6d616e616765723f7374796c653d736f6369616c)](https://github.com/ibnujakaria/file-manager/)

Instalation
===========

[](#instalation)

```
composer require ibnujakaria/file-manager
```

### Publish Configuration and Assets

[](#publish-configuration-and-assets)

```
php artisan vendor:publish --provider="Ibnujakaria\FileManager\FileManagerServiceProvider"
```

### Define routing:

[](#define-routing)

```
# routes/web.php

\FileManager::routes();

# or you can group it wherever you want
Route::prefix('admin')->group(function () {
  \FileManager::routes();
})->middleware('auth:admin');
```

Basic Usage
===========

[](#basic-usage)

### Load Assets

[](#load-assets)

```

```

### Run File Manager

[](#run-file-manager)

```

  let fileManager = new FileManager('#file-manager-app')
  fileManager.show()

```

### Run File Manager in Modal and pick a file

[](#run-file-manager-in-modal-and-pick-a-file)

```
let fileManager = new FileManager()

fileManager.pickFile().then(file => {
  console.log(file.public_path)
})

// or using async/await
let fileManager = new FileManager()
let file = await fileManager.pickFile()
```

License
=======

[](#license)

The Multiple Select Js library is open-source software licensed under the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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 ~290 days

Total

5

Last Release

1856d ago

Major Versions

v1.0.2 → v2.0.02019-09-26

PHP version history (3 changes)v1.0PHP ^7.0

v2.0.0PHP ^7.2

V2.0.2PHP ^7.2||^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/05a2c57998fd3cd92b7ef640ddaf26a8fa63755a1e734b92be0aeb3091e67601?d=identicon)[ibnujakaria](/maintainers/ibnujakaria)

---

Top Contributors

[![ibnujakaria](https://avatars.githubusercontent.com/u/8042928?v=4)](https://github.com/ibnujakaria "ibnujakaria (38 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

file-managerlaravel-5-packagelaravel-file-managerlaravel-package

### Embed Badge

![Health badge](/badges/ibnujakaria-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/ibnujakaria-file-manager/health.svg)](https://phpackages.com/packages/ibnujakaria-file-manager)
```

PHPackages © 2026

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