galiais/flysystem-ipfs

Flysystem adapter for the IPFS.

Fund package maintenance!
overtrue

dev-main 2023-11-22 13:00 UTC

This package is auto-updated.

Last update: 2024-04-22 14:03:04 UTC


README

💾 Flysystem adapter for the IPFS.

Requirement

  • PHP >= 8.0.2

Installation

$ composer require "GALIAIS/flysystem-ipfs"

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

待补充

Adapter extended methods:

待补充

License

MIT