like-it/flysystem-msgraph-files
最新稳定版本:1.04
Composer 安装命令:
composer require like-it/flysystem-msgraph-files
包简介
Flysystem adapter for OneDrive or SharePoint
README 文档
README
This package contains a Flysystem adapter for OneDrive, SharePoint. Under the hood, MS Graph API is used.
Installation
You can install the package via composer:
composer require like-it/flysystem-msgraph-files
Usage
The first thing you need to do is create an application at Azure and get client_id, client_secret, tenant_id.
use League\Flysystem\Filesystem; use LikeIt\FlysystemMSGraph\MSGraphAdapter; $filesystem = new Filesystem(new MSGraphAdapter($clientId, $clientSecret, $tenantId, $prefix));
Note: $prefix is file resource string.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-09