PHPackages                             dilab/dropzone.php - 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. dilab/dropzone.php

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

dilab/dropzone.php
==================

PHP package for Dropzone.js

1.0.3(8y ago)21.3k3MITPHPPHP &gt;=5.5.0

Since Apr 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dilab/dropzone.php)[ Packagist](https://packagist.org/packages/dilab/dropzone.php)[ RSS](/packages/dilab-dropzonephp/feed)WikiDiscussions master Synced today

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

PHP backend for Dropzone.js
===========================

[](#php-backend-for-dropzonejs)

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

[](#installation)

To install, use composer:

`composer require dilab/dropzone.php`

API
---

[](#api)

- Dropzone::build()-&gt;name('test.jpg'')-&gt;upload($stream,$meta);

> Make sure you call `name` before `upload` for it to work correctly.

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit

```

Features
--------

[](#features)

- Support chunked upload

Sample
------

[](#sample)

```
include "vendor/autoload.php";

use Dilab\Dropzone;

$stream = fopen($_FILES['file']['tmp_name'], 'r+');

$dropzone = new Dropzone(__DIR__);

$dropzone->name($_FILES['file']['name'])->upload($stream, $_POST);
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~14 days

Total

4

Last Release

2970d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/465cbccb0942f3dfafdb393d46757720fe99af53ac04c6ae1d82b97c2f0e2b18?d=identicon)[xuding](/maintainers/xuding)

---

Top Contributors

[![dilab](https://avatars.githubusercontent.com/u/218813?v=4)](https://github.com/dilab "dilab (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dilab-dropzonephp/health.svg)

```
[![Health](https://phpackages.com/badges/dilab-dropzonephp/health.svg)](https://phpackages.com/packages/dilab-dropzonephp)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4814.0M25](/packages/coenjacobs-mozart)[brianhenryie/strauss

Prefixes dependencies namespaces so they are unique to your plugin

190438.1k36](/packages/brianhenryie-strauss)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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