PHPackages                             zanderwar/lumen-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zanderwar/lumen-dropbox

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zanderwar/lumen-dropbox
=======================

A Lumen Dropbox v2 package

v1.0.0(3y ago)0190MITPHPPHP ^7.4|^8.0

Since Jun 4Pushed 3y agoCompare

[ Source](https://github.com/zanderwar/lumen-dropbox)[ Packagist](https://packagist.org/packages/zanderwar/lumen-dropbox)[ Docs](https://github.com/zanderwar/lumen-dropbox)[ GitHub Sponsors](https://github.com/dcblogdev)[ GitHub Sponsors](https://github.com/zanderwar)[ RSS](/packages/zanderwar-lumen-dropbox/feed)WikiDiscussions master Synced yesterday

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

> ## This is a wannabe successor of dcblocdev/laravel-dropbox for compatibility with Lumen 8/9.
>
> [](#this-is-a-wannabe-successor-of-dcblocdevlaravel-dropbox-for-compatibility-with-lumen-89)
>
> All work is credited to the original author. I am just a man, a simple man... who needed some changes.

[![Latest Version on Packagist](https://camo.githubusercontent.com/2349d5678558eff7dea648fd816f6381e1700fff06a451edb80c7e743a6e81fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a616e6465727761722f6c756d656e2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zanderwar/lumen-dropbox)[![Total Downloads](https://camo.githubusercontent.com/04eea4a4311353f4ce0e18103b337245c927a1dcdc0c0a64eb179d4973f02e60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a616e6465727761722f6c756d656e2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zanderwar/lumen-dropbox)

A Laravel package for working with Dropbox v2 API.

Dropbox API documentation can be found at:

Application Register
--------------------

[](#application-register)

To use Dropbox API an application needs creating at

Create a new application, select either Dropbox API or Dropbox Business API Next select the type of access needed either the app folder (useful for isolating to a single folder), or full Dropbox.

Next copy and paste the APP Key and App Secret into your .env file:

```
DROPBOX_CLIENT_ID=
DROPBOX_SECRET_ID=

```

Now enter your desired redirect URL. This is the URL your application will use to connect to Dropbox API.

A common URL is

Install
-------

[](#install)

Via Composer

```
composer require zanderwar/lumen-dropbox:^1.0

```

Config
------

[](#config)

You can publish the config file with:

```
php artisan vendor:publish --provider="Zanderwar\Dropbox\DropboxServiceProvider" --tag="config"

```

When published, the config/dropbox.php config file contains, make sure to publish this file and change the scopes to match the scopes of your Dropbox app, inside Dropbox app console.

```
