PHPackages                             t1mmen/opauth-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. t1mmen/opauth-dropbox

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

t1mmen/opauth-dropbox
=====================

Harvest strategy for Opauth

0.1.0(11y ago)027MITPHPPHP &gt;=5.2.0

Since Nov 1Pushed 11y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Opauth-Dropbox
==============

[](#opauth-dropbox)

[Opauth](https://github.com/opauth/opauth) strategy for Dropbox authentication.

Implemented based on

Getting started
---------------

[](#getting-started)

1. Install Opauth-Dropbox:

    Using git:

    ```
    cd path_to_opauth/Strategy
    git clone https://github.com/t1mmen/opauth-dropbox.git Dropbox
    ```

Or, using [Composer](https://getcomposer.org/), just add this to your `composer.json`:

```
{
    "require": {
        "t1mmen/opauth-dropbox": "*"
    }
}
```

Then run `composer install`.

2. Create Dropbox application at
3. Configure Opauth-Dropbox strategy with at least `Client ID` and `Client Secret`.
4. Direct user to `http://path_to_opauth/dropbox` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Required parameters:

```
