PHPackages                             dframe/filestorage - 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. dframe/filestorage

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

dframe/filestorage
==================

File system storage with cache

v1.1.0(3y ago)71.1k1[1 issues](https://github.com/dframe/fileStorage/issues)MITPHPCI failing

Since Feb 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/dframe/fileStorage)[ Packagist](https://packagist.org/packages/dframe/filestorage)[ Docs](https://dframeframework.com/en/docs/fileStorage/master/configuration)[ RSS](/packages/dframe-filestorage/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (4)Versions (13)Used By (0)

Dframe/FileStorage
==================

[](#dframefilestorage)

[![Build Status](https://camo.githubusercontent.com/82cf686ffe5a759170011c0fa52682f906695ef3f3d51c09e954ad782680760c/68747470733a2f2f7472617669732d63692e6f72672f646672616d652f66696c6553746f726167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dframe/fileStorage) [![Latest Stable Version](https://camo.githubusercontent.com/8750a72177f66e9aa4ad074baa714ea2305606f94a0d4fdcbba3420bc378a42d/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f66696c6553746f726167652f762f737461626c65)](https://packagist.org/packages/dframe/fileStorage) [![Total Downloads](https://camo.githubusercontent.com/96500776116afe060cc42ef00a1e2cd082ebe16fdb4dfa43f03769f3d365e8e3/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f66696c6553746f726167652f646f776e6c6f616473)](https://packagist.org/packages/dframe/fileStorage) [![Latest Unstable Version](https://camo.githubusercontent.com/2f467042cb851e6d200e7149d012287b3506ce7b42da5f7e9caaaaa881e7e3e3/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f66696c6553746f726167652f762f756e737461626c65)](https://packagist.org/packages/dframe/fileStorage) [![License](https://camo.githubusercontent.com/b0c015526a06b51537dfc9b4869bf2c82f44062fb192fe32cf616585b03eb7af/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f66696c6553746f726167652f6c6963656e7365)](https://packagist.org/packages/dframe/fileStorage)

[Flysystem](https://github.com/thephpleague/flysystem) wrapper which allow you to storage file and styling images

Preview
-------

[](#preview)

[![License](https://github.com/dframe/fileStorage/raw/master/preview.jpg)](https://github.com/dframe/fileStorage/blob/master/preview.jpg)

#### Installation

[](#installation)

```
composer require dframe/filestorage

```

---

Simple usage

```
    $Storage->put('local', $_FILES['file']['tmp_name'], 'upload/picture1.jpg');
    $Storage->image('picture1.jpg')->stylist('Square')->size('250')->get();
    $Storage->image('picture1.jpg')->stylist('Rect')->size('250x550')->get();
    $Storage->image('fileNotExist.jpg', 'noImage.png')->stylist('Rect')->size('50x50')->get();
    $Storage->drop('local', 'upload/picture1.jpg');
```

**Documentation available at** [https://dframeframework.com/en/docs/fileStorage/master/configuration](https://dframeframework.com/en/docs/fileStorage/master/configuration "filestorage php")

What's included?
----------------

[](#whats-included)

- Image stylist
- Storage files and information
- Cache generator

Feature
=======

[](#feature)

- Text on images

Examples
--------

[](#examples)

For DframeFramework [Example #1](https://github.com/dframe/fileStorage/tree/master/examples/example1)

Stalone Image Stylist Code PHP [Example #2](https://github.com/dframe/fileStorage/tree/master/examples/example2)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 98.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 ~152 days

Recently: every ~125 days

Total

12

Last Release

1345d ago

Major Versions

v0.4.x-dev → v1.0.02022-09-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/954f9b5cd3e021b52a7bb0cabe07b2d7763edf98485fe47cccf835124d79205c?d=identicon)[dusta](/maintainers/dusta)

---

Top Contributors

[![dusta](https://avatars.githubusercontent.com/u/9001348?v=4)](https://github.com/dusta "dusta (184 commits)")[![amadeuszxd](https://avatars.githubusercontent.com/u/9860313?v=4)](https://github.com/amadeuszxd "amadeuszxd (3 commits)")

---

Tags

dframefilefilesfilestoragefilesystemflysystemimage-stylistimagesstoragestylistfilesystems3storageimagesfilestoragedframestylistStorage Service

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dframe-filestorage/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[innoge/laravel-rclone

A sleek PHP wrapper around rclone with Laravel-style fluent API syntax

174.1k](/packages/innoge-laravel-rclone)

PHPackages © 2026

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