2017 © Pedro Peláez
 

library nwsilex-dropbox

Dropbox SDK Service Provider for the Silex PHP Framework

image

naturalweb/nwsilex-dropbox

Dropbox SDK Service Provider for the Silex PHP Framework

  • Saturday, June 14, 2014
  • by naturalweb
  • Repository
  • 2 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

NwSilex Dropbox

Build Status Coverage Status Scrutinizer Code Quality SensioLabsInsight, (*1)

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

Requirements:

SDK API docs., (*3)

Installation

In the require key of composer.json file add the following, (*4)

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

Run the Composer update comand, (*5)

$ composer update

Loading providers

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

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

Usage

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

The Versions

14/06 2014

dev-master

9999999-dev https://github.com/naturalweb/NwSilex-Dropbox

Dropbox SDK Service Provider for the Silex PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

php silex dropbox sdk-dropbox

14/06 2014

0.1

0.1.0.0 https://github.com/naturalweb/NwSilex-Dropbox

Dropbox SDK Service Provider for the Silex PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

php silex dropbox sdk-dropbox