PHPackages                             tamirh67/filesmanager - 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. tamirh67/filesmanager

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

tamirh67/filesmanager
=====================

package to manage any kind of file, upload/delete/show

0.0.2(10y ago)014MITPHP

Since Oct 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tamirh67/FilesManager)[ Packagist](https://packagist.org/packages/tamirh67/filesmanager)[ RSS](/packages/tamirh67-filesmanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

\#Files Manager

A basic package to upload files in L5, with some examples of how to attach media to any object, list, show gallery of images, etc...

\##Installation

Require this package in your `composer.json` and update composer. This will download the package

```
"tamirh67/filesmanager": "dev-master"
```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`

```
'tamirh67\FilesManager\FilesManagerServiceProvider',
'Intervention\Image\ImageServiceProvider::class',
```

And add the ServiceProvider to the facades array in `config/app.php`

```
'Image'     => Intervention\Image\Facades\Image::class,
```

To publish the config settings in Laravel 5 use:

```
php artisan vendor:publish
```

This will add an `filesmanager.php` config file to your config folder.

Documentation
-------------

[](#documentation)

Support
-------

[](#support)

Support only through Github. Please don't mail us about issues, make a Github issue instead.

Contributing
------------

[](#contributing)

License
-------

[](#license)

This package is licensed under MIT. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2

Last Release

3866d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tamirh67-filesmanager/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.7M31](/packages/barryvdh-elfinder-flysystem-driver)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[jeremytubbs/deepzoom

Deepzoom Tile Generator for OpenSeadragon

5018.7k2](/packages/jeremytubbs-deepzoom)[farhanshares/laravel-mediaman

MediaMan - The most elegant &amp; powerful media management package for Laravel!

293.7k](/packages/farhanshares-laravel-mediaman)[xefi/faker-php-images

Faker extension to generate images

402.6k](/packages/xefi-faker-php-images)

PHPackages © 2026

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