PHPackages                             iamgold/doublesfs - 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. iamgold/doublesfs

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

iamgold/doublesfs
=================

This This is a lightweight library of file system in PHP. It provides a simple interface to swift access file, so named DoublesFS.

1.0.3(6y ago)02.0kPHPPHP &gt;=5.6.0

Since May 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/iamgold/doubelsfs)[ Packagist](https://packagist.org/packages/iamgold/doublesfs)[ RSS](/packages/iamgold-doublesfs/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

doubelsfs
---------

[](#doubelsfs)

This This is a lightweight library of file system in PHP. It provides a simple interface to swift access file, so named DoublesFS.

Install
=======

[](#install)

```
composer require iamgold/doublesfs

```

Support
=======

[](#support)

- Local disk storage
- AWS S3 (comming soon)

Usage
=====

[](#usage)

```
use iamgold\doublesfs\storages\LocalStorage;

$config = [
    'sourcePath' => __DIR__ . '/source'
];

$storage = new LocalStorage($config);

// put file
(bool) $storage->put($source, $key, $options);

// put contents
(bool) $storage->putContents($contents, $key, $options);

// delete file
(bool) $storage->delete($key);

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

4

Last Release

2402d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0.4

1.0.3PHP &gt;=5.6.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpstoragefile system

### Embed Badge

![Health badge](/badges/iamgold-doublesfs/health.svg)

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

PHPackages © 2026

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