biigle/laravel-aruna-driver
最新稳定版本:v1.2
Composer 安装命令:
composer require biigle/laravel-aruna-driver
包简介
Aruna object Storage storage driver for Laravel/Lumen.
README 文档
README
⚠️ This package is now archived because AOS storage disks can be used via the S3 protocol.
Aruna Object Storage storage driver for Laravel/Lumen.
Installation
Require the package with Composer:
composer require biigle/laravel-aruna-driver
Laravel
The service provider is detected automatically.
Lumen
Add the service provider to bootstrap/app.php:
$app->register(Biigle\Filesystem\Aruna\ArunaServiceProvider::class);
Configuration
Add a new storage disk to config/filesystems.php:
'disks' => [ 'aruna' => [ 'driver' => 'aruna', // The bucket name consists of the collection version (or latest), the // collection name and the project name. 'bucket' => 'latest.collection-name.project-name', 'collectionId' => 'MYARUNACOLLECTIONULID', 'apiUri' => 'https://api.aruna-storage.org', // The bucket name MUST be included in the endpoint URL. 'endpoint' => 'https://latest.collection-name.project-name.data.gi.aruna-storage.org', 'key' => env('ARUNA_S3_KEY', ''), 'secret' => env('ARUNA_S3_SECRET', ''), 'token' => env('ARUNA_API_TOKEN', ''), ], ]
Additional configuration options:
prefix(default:null): Prefix to use for all file paths.
Funding
This work was supported by the German Research Foundation (DFG) within the project “Establishment of the National Research Data Infrastructure (NFDI)” in the consortium NFDI4Biodiversity (project number 442032008).
biigle/laravel-aruna-driver 适用场景与选型建议
biigle/laravel-aruna-driver 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.21k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 05 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 biigle/laravel-aruna-driver 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 biigle/laravel-aruna-driver 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-17