PHPackages                             juampynr/dropbox-api - 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. juampynr/dropbox-api

ActiveLibrary

juampynr/dropbox-api
====================

02.3k[2 PRs](https://github.com/juampynr/dropbox-api/pulls)PHP

Since Aug 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/juampynr/dropbox-api)[ Packagist](https://packagist.org/packages/juampynr/dropbox-api)[ RSS](/packages/juampynr-dropbox-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Dropbox scripts to download/upload files
========================================

[](#dropbox-scripts-to-downloadupload-files)

This repository contains a couple scripts to download and upload files regardless of their size.

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

[](#installation)

1. Run `composer require juampynr/dropbox-api`
2. Run composer install.
3. Create a Dropbox application at .
4. Copy the .env.example into .env and enter the Dropbox credentials there.
5. Try uploading a file:

```
$ echo "This is some text" > some-text.txt
$ php vendor/juampynr/dropbox-api/dropbox-upload.php some-text.txt

```

6. Verify that the file was uploaded. Now try downloading it:

```
$ php vendor/juampynr/dropbox-api/dropbox-download.php some-text.txt some-text-downloaded.txt

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d68f8a6087b8a8f1d3fc845ee0a395a94e789d4450b8a66a7912e21f9954e47?d=identicon)[juampynr](/maintainers/juampynr)

---

Top Contributors

[![juampynr](https://avatars.githubusercontent.com/u/108130?v=4)](https://github.com/juampynr "juampynr (8 commits)")

### Embed Badge

![Health badge](/badges/juampynr-dropbox-api/health.svg)

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

PHPackages © 2026

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