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.3k↓100%3MITPHPPHP &gt;=5.5.0

Since Apr 4Pushed 7y 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 1mo ago

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 68% 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

2925d 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

[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[afosto/yaac

Yet Another ACME client: a decoupled LetsEncrypt client

245500.4k1](/packages/afosto-yaac)[ckfinder/ckfinder-laravel-package

CKFinder 3 package for Laravel

159497.2k48](/packages/ckfinder-ckfinder-laravel-package)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[ckfinder/ckfinder-symfony-bundle

CKFinder bundle for Symfony

42435.7k](/packages/ckfinder-ckfinder-symfony-bundle)[setono/sylius-feed-plugin

Plugin to generate feeds within the Sylius ecommerce platform

26458.2k](/packages/setono-sylius-feed-plugin)

PHPackages © 2026

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