PHPackages                             nmirceac/file-tools - 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. nmirceac/file-tools

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

nmirceac/file-tools
===================

File Tools for Laravel

0.1.6.6(1y ago)13611proprietaryPHPPHP &gt;=5.4.0CI failing

Since Jul 17Pushed 1y agoCompare

[ Source](https://github.com/nmirceac/fileTools)[ Packagist](https://packagist.org/packages/nmirceac/file-tools)[ Docs](https://github.com/nmirceac/filesTools)[ RSS](/packages/nmirceac-file-tools/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (3)Versions (24)Used By (1)

Welcome to FileTools!
=====================

[](#welcome-to-filetools)

Contents
--------

[](#contents)

1. Intro
2. Classes, methods and examples

1. Intro
========

[](#1-intro)

How to install?
---------------

[](#how-to-install)

- composer require nmirceac/file-tools
- add \\FileTools\\FileToolsServiceProvider::class to your config/app.php's service providers section
- php artisan vendor:publish
- php artisan migrate
- check config/filetools.php (just in case)
- php artisan filetools:setup
- extend \\FileTools\\File as an app model (see example below)
- add the \\FileTools\\HasFiles
- check the examples below
- enjoy!

Samples
-------

[](#samples)

### ENV config

[](#env-config)

;FILE\_STORAGE\_BACKEND="s3" ;FILE\_STORAGE\_BACKEND="azure" FILE\_STORAGE\_ROOT="files"

FILE\_S3\_ACCESS\_KEY\_ID="..." FILE\_S3\_SECRET\_ACCESS\_KEY="..." FILE\_S3\_DEFAULT\_REGION="fra1" FILE\_S3\_BUCKET="mybucker" FILE\_S3\_URL="" FILE\_S3\_ROOT="ics"

FILE\_AZURE\_CONNECTION\_STRING="DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net" FILE\_AZURE\_ROOT="comms"

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance44

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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 ~95 days

Recently: every ~384 days

Total

23

Last Release

442d ago

### Community

Maintainers

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

---

Tags

laravels3imagefilesazuredigital ocean spaceslaravel-filesazure blob storagefileTools

### Embed Badge

![Health badge](/badges/nmirceac-file-tools/health.svg)

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

###  Alternatives

[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M63](/packages/creocoder-yii2-flysystem)[ssntpl/laravel-files

Associate files with Eloquent models

111.0k2](/packages/ssntpl-laravel-files)

PHPackages © 2026

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