PHPackages                             sawirricardo/laravel-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. [File &amp; Storage](/categories/file-storage)
4. /
5. sawirricardo/laravel-dropbox

ActiveLibrary[File &amp; Storage](/categories/file-storage)

sawirricardo/laravel-dropbox
============================

Niceties to add dropbox as one of your laravel's storage system. Wrapper around Spatie's flysystem dropbox.

0.2.0(3y ago)18[3 PRs](https://github.com/sawirricardo/laravel-dropbox/pulls)MITPHPPHP ^7.3 | ^8.0 | ^8.1

Since May 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sawirricardo/laravel-dropbox)[ Packagist](https://packagist.org/packages/sawirricardo/laravel-dropbox)[ Docs](https://github.com/sawirricardo/laravel-dropbox)[ RSS](/packages/sawirricardo-laravel-dropbox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (14)Versions (6)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

Niceties to add dropbox as one of your laravel's storage system. Wrapper around [Spatie's flysystem dropbox](https://github.com/spatie/flysystem-dropbox).
==========================================================================================================================================================

[](#niceties-to-add-dropbox-as-one-of-your-laravels-storage-system-wrapper-around-spaties-flysystem-dropbox)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d06238f70b09fe5cb99b9aface37d1b26791b0dd2f709076eaa00cbe7b182813/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73617769727269636172646f2f6c61726176656c2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sawirricardo/laravel-dropbox)[![GitHub Tests Action Status](https://camo.githubusercontent.com/87c55183f19c47376bdd78eef02dc87489402eb46fe1e081880ea40fe2fd2237/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617769727269636172646f2f6c61726176656c2d64726f70626f782f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/sawirricardo/laravel-dropbox/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/822e3992f3383e857ad3bfba11779c506dcc23b9e8af2a8a8cb117725ebcc8cf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617769727269636172646f2f6c61726176656c2d64726f70626f782f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/sawirricardo/laravel-dropbox/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/421991617159e08afa95284f0b3d1da01e4fd1b103fb65b85720569bc4f85831/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617769727269636172646f2f6c61726176656c2d64726f70626f782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sawirricardo/laravel-dropbox)

Simply use dropbox as storage for your laravel apps.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/473332ca1be5a3c1ff632ef353b99a2bcf6d9c45890a135d01089b522a5414f4/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d64726f70626f782e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-dropbox)

We invest a lot of resources into creating [best in class open source packages](https://github.com/sawirricardo). You can support by donating to

- [Paypal](https://paypal.me/sawirricardo)
- BCA 8330123584

I appreciate you if you connect with me on [Twitter](https://twitter.com/RicardoSawir)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require sawirricardo/laravel-dropbox
```

You'll need to update your `filesystem.php` to add `dropbox` like so:

```
return [
    // ...
    'dropbox' => [
        'authorization_token' => env('DROPBOX_AUTHORIZATION_TOKEN', null),
        'case_sensitive' => true,
    ]
];
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [sawirricardo](https://github.com/sawirricardo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~9 days

Total

2

Last Release

1437d ago

PHP version history (2 changes)0.1.0PHP ^8.1

0.2.0PHP ^7.3 | ^8.0 | ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/23599e5bcea6210e7c2aa6ab912ab4dc501ca63911cc8a99c46a7b4f57a658ad?d=identicon)[ricardosawir](/maintainers/ricardosawir)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![sawirricardo](https://avatars.githubusercontent.com/u/37329575?v=4)](https://github.com/sawirricardo "sawirricardo (5 commits)")

---

Tags

laravelsawirricardoLaravel-Dropbox

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/sawirricardo-laravel-dropbox/health.svg)

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

###  Alternatives

[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)[kalynasolutions/laravel-tus

Laravel package for handling resumable file uploads with tus protocol and native Uppy.js support without additional tus servers

5261.8k1](/packages/kalynasolutions-laravel-tus)

PHPackages © 2026

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