galiais/flysystem-ipfs

Flysystem适配器用于IPFS。

资助包维护!
overtrue

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

This package is auto-updated.

Last update: 2024-09-22 14:46:18 UTC


README

💾 Flysystem适配器用于IPFS。

要求

  • PHP >= 8.0.2

安装

$ composer require "GALIAIS/flysystem-ipfs"

用法

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

$gatewayHost = 'https://:8080';
$apiHost = 'https://:5001';

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

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

API

待补充

适配器扩展方法

待补充

许可

MIT