PHPackages                             naturalweb/nwsilex-dropbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. naturalweb/nwsilex-dropbox

ActiveLibrary[API Development](/categories/api)

naturalweb/nwsilex-dropbox
==========================

Dropbox SDK Service Provider for the Silex PHP Framework

0.1(12y ago)281BSD-3-ClausePHPPHP &gt;=5.3.0

Since Jun 14Pushed 11y ago2 watchersCompare

[ Source](https://github.com/naturalweb/NwSilex-Dropbox)[ Packagist](https://packagist.org/packages/naturalweb/nwsilex-dropbox)[ Docs](https://github.com/naturalweb/NwSilex-Dropbox)[ RSS](/packages/naturalweb-nwsilex-dropbox/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

NwSilex Dropbox
===============

[](#nwsilex-dropbox)

[![Build Status](https://camo.githubusercontent.com/88047a0ca47afc3822ba807a73c7778d474f56dd34f2ccbb99002cb626cde9b0/68747470733a2f2f7472617669732d63692e6f72672f6e61747572616c7765622f4e7753696c65782d44726f70626f782e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/naturalweb/NwSilex-Dropbox)[![Coverage Status](https://camo.githubusercontent.com/24b12f8e3165ccdef7f59ca1bbff514d7d09e2d90cfb4388b850237cee9034b6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e61747572616c7765622f4e7753696c65782d44726f70626f782f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/naturalweb/NwSilex-Dropbox?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3dfc4573b611c768e9d528fc82e1e7149896785ebefa52dcc8a58e2e77dbef86/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e61747572616c7765622f4e7753696c65782d44726f70626f782f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/naturalweb/NwSilex-Dropbox/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/eeb07200c5d8f71cb6803b4b454815d9aaf7d8f983bc3c7513b5aa40d41e0fe3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66623234303734362d666563642d343236332d626364332d3036356432363138633731392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/fb240746-fecd-4263-bcd3-065d2618c719)

This is a service provider for the Silex PHP Micro Framework, for usage client the of sdk-dropbox. [Core API](https://www.dropbox.com/developers/core/start/php)

### Requirements:

[](#requirements)

- PHP 5.3+, [with 64-bit integers](http://stackoverflow.com/questions/864058/how-to-have-64-bit-integer-on-php)
- PHP [cURL extension](http://php.net/manual/en/curl.installation.php) with SSL enabled (it's usually built-in).
- Must not be using [`mbstring.func_overload`](http://www.php.net/manual/en/mbstring.overload.php) to overload PHP's standard string functions.

[SDK API docs.](http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x)

### Installation

[](#installation)

- [API on Packagist](https://packagist.org/packages/naturalweb/nwsilex-dropbox)
- [API on GitHub](https://github.com/naturalweb/NwSilex-Dropbox)

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

[](#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

[](#usage)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fda29d020b7e1eba9a4cdfb106400d04801993967e3fca75aa659c6e493ddd6?d=identicon)[naturalweb](/maintainers/naturalweb)

---

Top Contributors

[![moura137](https://avatars.githubusercontent.com/u/1171111?v=4)](https://github.com/moura137 "moura137 (5 commits)")

---

Tags

phpsilexdropboxsdk-dropbox

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/naturalweb-nwsilex-dropbox/health.svg)

```
[![Health](https://phpackages.com/badges/naturalweb-nwsilex-dropbox/health.svg)](https://phpackages.com/packages/naturalweb-nwsilex-dropbox)
```

###  Alternatives

[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3673.2M19](/packages/kunalvarma05-dropbox-php-sdk)[tobiassjosten/facebook-service-provider

Silex ServiceProvider for the Facebook SDK

266.1k](/packages/tobiassjosten-facebook-service-provider)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
