PHPackages                             keeloren/file-management - 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. keeloren/file-management

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

keeloren/file-management
========================

A Package for file management

225[1 PRs](https://github.com/keeloren/file-management/pulls)PHP

Since Nov 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/keeloren/file-management)[ Packagist](https://packagist.org/packages/keeloren/file-management)[ RSS](/packages/keeloren-file-management/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c10bd71e1e93ed9ed2cb74f899a0e5a0c3914d4d897c4e02128a2d059b1f3897/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b756e3339312f75736572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kun391/users)[![Build Status](https://camo.githubusercontent.com/1c75edc4db41473271d6e6db1c141a6001a9f698e1b4c0fe18644d8601765eea/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6b756e3339312f75736572732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/kun391/users)[![Quality Score](https://camo.githubusercontent.com/9980a0994d865fb7392698095ecaa6286f4be4a1b623acb7eb452d4772c9de69/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6b756e3339312f75736572732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/kun391/users)[![Total Downloads](https://camo.githubusercontent.com/42d2e9118d55dffb1b1f5c4c218e73e573bf141742bdd5ddc69c1b06af7db740/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b756e3339312f75736572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kun391/users)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require keeloren/file-management
```

Usage
-----

[](#usage)

```
php artisan migrate

```

```
Put all variable to .env
# Media library config
STORAGE_DISK=local (minio, s3, gcs )
NAME_GENERATE=false
FOLDER_SAVE=library
PATH_TO_STORAGE=./data

# Minio config
MINIO_ACCESS_KEY=minio
MINIO_SECRET_KEY=minio123
MINIO_MINIO_ENDPOINT=http://minio:9000
MINIO_BUCKET=media

# AWS S3 config
AWS_ACCESS_KEY_ID=AKIARRW5OS3IQUSRVZPT
AWS_SECRET_ACCESS_KEY=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
AWS_DEFAULT_REGION=us-east-2
AWS_BUCKET=media-library-package
AWS_URL=https://media-library-package.s3.us-east-2.amazonaws.com/library

# Google Cloud config
GOOGLE_CLOUD_PROJECT_ID=trans-century-292502
GOOGLE_CLOUD_STORAGE_BUCKET=library-media
GOOGLE_CLOUD_KEY_FILE=

```

If you do not want sync data from minio, please don't set variable `PATH_TO_STORAGE`

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email @gmail.com instead of using the issue tracker.

Credits
-------

[](#credits)

- [Kee](https://github.com/keeloren)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3851bc57ac705e63e525704462dfacb5224351ae763863f55425307b54832401?d=identicon)[keeloren](/maintainers/keeloren)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/keeloren-file-management/health.svg)

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

PHPackages © 2026

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