PHPackages                             iseries/neos-sia - 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. iseries/neos-sia

ActiveNeos-package

iseries/neos-sia
================

Sia Adaptor for Neos - a decentralized cloud storage for assets

001PHP

Since Jul 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/iseries/Neos.Sia)[ Packagist](https://packagist.org/packages/iseries/neos-sia)[ RSS](/packages/iseries-neos-sia/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![MIT license](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](http://opensource.org/licenses/MIT)[![Packagist](https://camo.githubusercontent.com/1dda86a1101229b2132f00391df854e634d41bd085151619912449fbf5d93360/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697365726965732f6e656f732d7369612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iseries/neos-sia)[![Maintenance level: Acquaintance](https://camo.githubusercontent.com/bf4dddfdf26013ec36b095fcab465b8790d76df8822e13c81131135085c70d58/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e74656e616e63652d2545322539392541312d6633353836642e7376673f7374796c653d666c61742d737175617265)](https://renerehme.dev)

Sia Adaptor for Neos and Flow
=============================

[](#sia-adaptor-for-neos-and-flow)

### ⚠️ This package is under development ⚠️

[](#️-this-package-is-under-development-️)

---

### Your data belongs to you!

[](#your-data-belongs-to-you)

This [Flow](https://flow.neos.io) package allows you to store assets (resources) in [Sia](https://sia.tech/) - a decentralized cloud storage platform. No servers, no trusted third parties.

**!!! Please note that this package is still in development. It was NOT tested in production. You should use it in a development context only.**

Sia?
----

[](#sia)

> Sia leverages blockchain technology to create a data storage marketplace that is more robust and more affordable than traditional cloud storage providers.

What Sia does
-------------

[](#what-sia-does)

> When a file gets uploaded to Sia, it gets split up, encrypted, and sent all over the world. Once you upload your files, the network ensures that they're always accessible to you by copying them multiple times. And they're never accessible to hosts because they only receive pieces of whole files that are already encrypted. When you upload your media to Sia, every single file gets divided into 30 segments before uploading, each targeted for distribution to hosts across the world.

> If 20 out of 30 hosts go offline, a user is still able to download a files. And when hosts go offline, Sia automatically starts to re-duplicate them again. It would take a simultaneous global event to knock out enough hosts to damage the integrity of your files.

**More Information about Sia:**

Installation
------------

[](#installation)

The Sia adapter is installed as a regular Flow package via Composer. For your existing project, simply include `iseries/neos-sia` into the dependencies of your Flow or Neos distribution:

### For Neos 4.\* / Flow 5.\*

[](#for-neos-4--flow-5)

```
$ composer require iseries/neos-sia:~1.0
```

Configuration
-------------

[](#configuration)

This package is using Skynet as default hosting platform. The current release of this package only supports the free plan, which has a storage limit up to 100GB.

### Skynet Setting

[](#skynet-setting)

```
iSeries:
  Sia:
    settings:
      appName: 'neos-sia'
      enpoint: 'siasky.net'
      endpointSendPath: '/skynet/skyfile' # no ending "/"
      hnsDomain: 'hns.siasky.net'
      urlHeadersAccept: 'application/json'
      urlHeadersUserAgent: 'Sia-Agent-2'
      apiKey: '' # apiKey is used for auth password. Not needed yet.
      customCookie: '' # custom cookie. Not needed yet.
      apiClientOptions:
```

### Resource Settings

[](#resource-settings)

```
  Neos:
    Flow:
      resource:
        collections:
          persistent:
            target: siaPersistentResourcesTarget'
        targets:
          siaPersistentResourcesTarget:
            target: 'iSeries\Sia\SiaTarget'
```

### Publish resources

[](#publish-resources)

```
$ ./flow resource:publish
```

This command will upload your files to your configured target.

Credits and license
-------------------

[](#credits-and-license)

This plugin was developed by [Rene Rehme](https://www.renrehme.dev).

See LICENSE for license details.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cb6410eb0505625347a95a8f746392344f750ed370adf591bd704930073a7b0?d=identicon)[iSeries](/maintainers/iSeries)

---

Top Contributors

[![iseries](https://avatars.githubusercontent.com/u/6272363?v=4)](https://github.com/iseries "iseries (1 commits)")

---

Tags

cryptocurrencyflowflow-frameworkflowframeworkneosneos-cmsneoscmsphpsiasiacoinskynet

### Embed Badge

![Health badge](/badges/iseries-neos-sia/health.svg)

```
[![Health](https://phpackages.com/badges/iseries-neos-sia/health.svg)](https://phpackages.com/packages/iseries-neos-sia)
```

PHPackages © 2026

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