galiais/flysystem-ipfs
Composer 安装命令:
composer require galiais/flysystem-ipfs
包简介
Flysystem adapter for the IPFS.
README 文档
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-22