renatio/dropboxadapter-plugin
Composer 安装命令:
composer require renatio/dropboxadapter-plugin
包简介
Dropbox filesystem adapter plugin for October CMS.
README 文档
README
Dropbox v2 API filesystem adapter plugin for OctoberCMS.
Important note: Currently October does not support using Dropbox for
mediaanduploadsdisks. This plugin solely purpose is to allow using Dropbox as storage option for BackupManager plugin.
Installation
There are couple ways to install this plugin.
- Use October Marketplace and Add to project button.
- Use October backend area Settings > System > Updates & Plugins > Install Plugins and type Renatio.DropboxAdapter.
- Use
php artisan plugin:install Renatio.DropboxAdaptercommand. - Use
composer require renatio/dropboxadapter-pluginin project root.
Configuration
The first thing you need to do is to get an authorization token at Dropbox. A token can be generated in the App Console for any Dropbox API app. You'll find more info at the Dropbox Developer Blog.
Add new filesystem disk in disks array in config/filesystems.php:
'dropbox' => [
'driver' => 'dropbox',
'authorization_token' => env('DROPBOX_ACCESS_TOKEN'),
],
Set generated authorization token DROPBOX_ACCESS_TOKEN in your .env file.
Like this plugin?
If you like this plugin, give this plugin a Like or Make donation with PayPal.
My other plugins
Please check my other plugins.
Support
Please use GitHub Issues Page to report any issues with plugin.
Reviews should not be used for getting support or reporting bugs, if you need support please use the Plugin support link.
renatio/dropboxadapter-plugin 适用场景与选型建议
renatio/dropboxadapter-plugin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 55 次下载、GitHub Stars 达 5, 最近一次更新时间为 2017 年 09 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「laravel」 「dropbox」 「octobercms」 「octobercms-plugin」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 renatio/dropboxadapter-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 renatio/dropboxadapter-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 renatio/dropboxadapter-plugin 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A simple database backup manager for Symfony2 with support for S3, Rackspace, Dropbox, FTP, SFTP.
Dropbox PHP API V2 SDK (Unofficial)
Set of tools for Roundcube webmail
Dropbox PHP API V2 SDK (Unofficial)
NinjaImg PHP SDK.
Alfabank REST API integration
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-30