naturalweb/nwsilex-dropbox 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

naturalweb/nwsilex-dropbox

Composer 安装命令:

composer require naturalweb/nwsilex-dropbox

包简介

Dropbox SDK Service Provider for the Silex PHP Framework

README 文档

README

Build Status Coverage Status Scrutinizer Code Quality SensioLabsInsight

This is a service provider for the Silex PHP Micro Framework, for usage client the of sdk-dropbox. Core API

Requirements:

SDK API docs.

Installation

In the require key of composer.json file add the following

"naturalweb/nwsilex-dropbox": "dev-master"

Run the Composer update comand

$ composer update

Loading providers

In order to load and use a service provider, you must register it on the application

$app->register(new NwSilex\Provider\DropboxServiceProvider(), array(
    'dropbox.token' => 'your-token',
    'dropbox.app'   => 'your-app',
));

Usage

$app['dropbox']->getAccountInfo();

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-06-14