softavis/flysystem-cloudflare-bundle
最新稳定版本:0.1.2
Composer 安装命令:
composer require softavis/flysystem-cloudflare-bundle
包简介
Symfony bundle for implementing flysystem cloudflare adapter
README 文档
README
flysystem-cloudflare-bundle is a Symfony bundle integrating the Flysystem and Cloudflare Images API into Symfony applications.
Installation
flysystem-cloudflare-bundle requires PHP 7.2+ and Symfony 5.4+.
You can install the bundle using Symfony Flex:
composer require softavis/flysystem-cloudflare-bundle
Basic usage
Configuration are already configured with league/flysystem-bundle, just change adapter to 'cloudflare' where you need it
# config/packages/flysystem.yaml flysystem: storages: default.storage: adapter: 'cloudflare' options: token: <your-cloudflare-access-token> accountId: <your-cloudflare-account-id> accountHash: <your-cloudflare-account-hash> variantName: public # Variant name use it by default
Security Issues
统计信息
- 总下载量: 912
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-14