PHPackages                             mantax559/laravel-files - 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. mantax559/laravel-files

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

mantax559/laravel-files
=======================

Laravel Files

1.1.0(2w ago)033↓79.2%3proprietaryPHPPHP ^8.5

Since May 26Pushed 2w agoCompare

[ Source](https://github.com/mantax559/laravel-files)[ Packagist](https://packagist.org/packages/mantax559/laravel-files)[ RSS](/packages/mantax559-laravel-files/feed)WikiDiscussions production Synced 1w ago

READMEChangelog (10)Dependencies (32)Versions (13)Used By (3)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/3a3ea3e33a6a944d24d1fcd3adea732b058c05be20195b74b5fe13379abb9630/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d66696c65733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/3a3ea3e33a6a944d24d1fcd3adea732b058c05be20195b74b5fe13379abb9630/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d66696c65733f6c6162656c3d6c6174657374267374796c653d666c61742d737175617265)[![GitHub release (latest SemVer including pre-releases)](https://camo.githubusercontent.com/d66e3be38d6680c9a0ce0f24d6a830f4b00e943991475f6d717eff39f6dbcf38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d66696c65733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/d66e3be38d6680c9a0ce0f24d6a830f4b00e943991475f6d717eff39f6dbcf38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7461783535392f6c61726176656c2d66696c65733f696e636c7564655f70726572656c6561736573266c6162656c3d7072652d72656c65617365267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/7afe8399539e3f36c3cda56329a0bf2303297f55023176ad46ebace7d3537f15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d66696c65733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/7afe8399539e3f36c3cda56329a0bf2303297f55023176ad46ebace7d3537f15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e7461783535392f6c61726176656c2d66696c65733f7374796c653d666c61742d737175617265)[![PHP from Packagist](https://camo.githubusercontent.com/ec914e0a00e56cdf80b4180a0afa63a1d8e7c6494e57d9272e77665a6088ff91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d66696c65733f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ec914e0a00e56cdf80b4180a0afa63a1d8e7c6494e57d9272e77665a6088ff91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d616e7461783535392f6c61726176656c2d66696c65733f7374796c653d666c61742d737175617265)

Laravel Files
=============

[](#laravel-files)

Requirements
------------

[](#requirements)

- **FFI** - required for libvips image processing
- **Xdebug** - required for code coverage analysis

Installation &amp; Setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require mantax559/laravel-files

```

After installing the package, run the migration command to create the necessary database tables:

```
php artisan migrate

```

The package will automatically register its service provider.

Usage
-----

[](#usage)

See **[USAGE.md](USAGE.md)** for more information about the package and examples.

Config
------

[](#config)

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Mantax559\LaravelFiles\Providers\AppServiceProvider" --tag=config

```

Publish assets:

```
php artisan vendor:publish --provider="Mantax559\LaravelFiles\Providers\AppServiceProvider" --tag=assets

```

Testing
-------

[](#testing)

Run the test suite:

```
composer test

```

Coverage summary in the terminal:

```
composer test-coverage

```

For a browsable HTML report, generate files under `coverage/` and open `coverage/index.html` in your browser:

```
composer test-coverage-html

```

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance96

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community10

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

Every ~4 days

Total

11

Last Release

18d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/45240543?v=4)[Mantas](/maintainers/mantax559)[@mantax559](https://github.com/mantax559)

---

Top Contributors

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

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mantax559-laravel-files/health.svg)

```
[![Health](https://phpackages.com/badges/mantax559-laravel-files/health.svg)](https://phpackages.com/packages/mantax559-laravel-files)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3518.3k](/packages/duncanmcclean-statamic-cargo)[slimani/filament-media-manager

A media manager plugin for Filament.

126.9k](/packages/slimani-filament-media-manager)

PHPackages © 2026

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