PHPackages                             form-synergy/fs-storage - 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. form-synergy/fs-storage

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

form-synergy/fs-storage
=======================

This package enables storing, updating, and retrieving stored data, in a local directory.

1.5.2(7y ago)0772MITPHPPHP &gt;=7.0

Since May 12Pushed 7y agoCompare

[ Source](https://github.com/form-synergy/fs-storage)[ Packagist](https://packagist.org/packages/form-synergy/fs-storage)[ Docs](https://formsynergy.com/)[ RSS](/packages/form-synergy-fs-storage/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (4)Used By (2)

FormSynergy.com File Storage
============================

[](#formsynergycom-file-storage)

This package enables storing, updating, and retrieving stored data, in a local directory.

Install using composer
----------------------

[](#install-using-composer)

```
composer require form-synergy/fs-storage
```

Include the library
-------------------

[](#include-the-library)

```
require '/vendor/autoload.php';
```

Create a new storage
--------------------

[](#create-a-new-storage)

```
$local_directory = 'local-storage';
$resources = new FormSynergy\File_Storage($local_directory, 'fs-demo');
```

Storing data
------------

[](#storing-data)

```
$data = [
    'key','value'
];
$resources->Store('exampleData')->Data($data);
```

Updating data
-------------

[](#updating-data)

```
$data = [
    'key','new value'
];
$resources->Update('exampleData')->Data($data);
```

Retrieving data
---------------

[](#retrieving-data)

```
$resources->Find('exampleData', 'key')->In('fs-demo');
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

4

Last Release

2556d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/094bc96d926497c173f6565c8f7391d3f0db4d860fea4ea115fa710c3cf12dd6?d=identicon)[joeker](/maintainers/joeker)

---

Top Contributors

[![form-synergy](https://avatars.githubusercontent.com/u/47343602?v=4)](https://github.com/form-synergy "form-synergy (6 commits)")

---

Tags

packageformsynergyapi storage

### Embed Badge

![Health badge](/badges/form-synergy-fs-storage/health.svg)

```
[![Health](https://phpackages.com/badges/form-synergy-fs-storage/health.svg)](https://phpackages.com/packages/form-synergy-fs-storage)
```

###  Alternatives

[kartik-v/yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 3.x, 4.x &amp; 5.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)

2286.8M95](/packages/kartik-v-yii2-widget-fileinput)[phery/phery

XAJAX alternative, phery.js is a library in PHP that maps to all jQuery functions, DOM manipulation, meta arguments and serialization, seamless ajax integration, RESTful emulation, form submission and partial rendering views, plus its PSR-0 compatible

13813.1k2](/packages/phery-phery)[presta/image-bundle

PrestaImageBundle is a Symfony bundle providing tools to resize uploaded and remote images before sending them through a classic form.

24155.9k](/packages/presta-image-bundle)[delight-im/file-upload

Simple and convenient file uploads — secure by default

7210.7k2](/packages/delight-im-file-upload)[oneofftech/laravel-tus-upload

Upload files to your Laravel application with the tus.io resumable upload protocol.

517.3k](/packages/oneofftech-laravel-tus-upload)[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

128.7k](/packages/erlandmuchasaj-laravel-file-uploader)

PHPackages © 2026

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