PHPackages                             galiais/flysystem-ipfs - 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. galiais/flysystem-ipfs

ActiveLibrary

galiais/flysystem-ipfs
======================

Flysystem adapter for the IPFS.

10PHP

Since Nov 22Pushed 2y agoCompare

[ Source](https://github.com/GALIAIS/flysystem-ipfs)[ Packagist](https://packagist.org/packages/galiais/flysystem-ipfs)[ RSS](/packages/galiais-flysystem-ipfs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flysystem Adapter for IPFS
--------------------------

[](#flysystem-adapter-for-ipfs)

💾 Flysystem adapter for the IPFS.

Requirement
===========

[](#requirement)

- PHP &gt;= 8.0.2

Installation
============

[](#installation)

```
$ composer require "GALIAIS/flysystem-ipfs"
```

Usage
=====

[](#usage)

```
use League\Flysystem\Filesystem;
use GALIAIS\Flysystem\IPFS\IPFSAdapter;

$gatewayHost = 'http://localhost:8080';
$apiHost = 'http://localhost:5001';

$adapter = new IPFS($this->gatewayHost, $this->apiHost);

$flysystem = new League\Flysystem\Filesystem($adapter);
```

API
---

[](#api)

```
待补充
```

Adapter extended methods:

```
待补充
```

License
=======

[](#license)

MIT

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.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.

### Community

Maintainers

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

---

Top Contributors

[![overtrue](https://avatars.githubusercontent.com/u/1472352?v=4)](https://github.com/overtrue "overtrue (62 commits)")[![GALIAIS](https://avatars.githubusercontent.com/u/62748761?v=4)](https://github.com/GALIAIS "GALIAIS (6 commits)")[![robberphex](https://avatars.githubusercontent.com/u/1926185?v=4)](https://github.com/robberphex "robberphex (6 commits)")[![loktarjugg](https://avatars.githubusercontent.com/u/3970144?v=4)](https://github.com/loktarjugg "loktarjugg (4 commits)")[![billyct](https://avatars.githubusercontent.com/u/1612364?v=4)](https://github.com/billyct "billyct (4 commits)")[![limingxinleo](https://avatars.githubusercontent.com/u/16648551?v=4)](https://github.com/limingxinleo "limingxinleo (3 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (3 commits)")[![chenggx](https://avatars.githubusercontent.com/u/16704288?v=4)](https://github.com/chenggx "chenggx (2 commits)")[![summerblue](https://avatars.githubusercontent.com/u/324764?v=4)](https://github.com/summerblue "summerblue (2 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (2 commits)")[![yesterday679](https://avatars.githubusercontent.com/u/11986820?v=4)](https://github.com/yesterday679 "yesterday679 (1 commits)")[![dairidong](https://avatars.githubusercontent.com/u/48778797?v=4)](https://github.com/dairidong "dairidong (1 commits)")[![Hanson](https://avatars.githubusercontent.com/u/10583423?v=4)](https://github.com/Hanson "Hanson (1 commits)")[![hihuangwei](https://avatars.githubusercontent.com/u/3166799?v=4)](https://github.com/hihuangwei "hihuangwei (1 commits)")[![krissss](https://avatars.githubusercontent.com/u/10680903?v=4)](https://github.com/krissss "krissss (1 commits)")[![xinningsu](https://avatars.githubusercontent.com/u/7017728?v=4)](https://github.com/xinningsu "xinningsu (1 commits)")[![aogg](https://avatars.githubusercontent.com/u/8998031?v=4)](https://github.com/aogg "aogg (1 commits)")

### Embed Badge

![Health badge](/badges/galiais-flysystem-ipfs/health.svg)

```
[![Health](https://phpackages.com/badges/galiais-flysystem-ipfs/health.svg)](https://phpackages.com/packages/galiais-flysystem-ipfs)
```

PHPackages © 2026

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