PHPackages                             georaldc/resumable-js-processor - 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. georaldc/resumable-js-processor

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

georaldc/resumable-js-processor
===============================

Easily handle uploads coming from Resumable.js

0.2.0(10y ago)1831MITPHPPHP &gt;=5.5

Since Jun 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/georaldc/ResumableJsProcessor)[ Packagist](https://packagist.org/packages/georaldc/resumable-js-processor)[ RSS](/packages/georaldc-resumable-js-processor/feed)WikiDiscussions master Synced today

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

ResumableJsProcessor
====================

[](#resumablejsprocessor)

[![Build Status](https://camo.githubusercontent.com/261b960c3dd8b92175ddeb3c469dd07f3b15cde2cef3ec9b093e478e862232fd/68747470733a2f2f7472617669732d63692e6f72672f67656f72616c64632f526573756d61626c654a7350726f636573736f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/georaldc/ResumableJsProcessor)

Easily handle [resumable.js](https://github.com/23/resumable.js/) uploads.

Inside target server file for resumable.js, instantiate the ResumableJsProcessor class with your intended upload path specified, pass the appropriate mode (supports 2 modes at the moment, see ResumableJsProcessor constants) and call the process() method.

```
$resumable = new ResumableJsProcessor('path/to/uploads');
if (isset($_FILES)) {
    $resumable->setMode(ResumableJsProcessor::MODE_UPLOAD_CHUNK);
} else {
    $resumable->setMode(ResumableJsProcessor::MODE_TEST_CHUNK);
}
$fileUploaded = $resumable->process();
if (false !== $fileUploaded) {
  // $fileUploaded will contain the upload path + filename of file that has been uploaded. You may do further processing here
}
```

This file will be called multiple times for every chunk checked and uploaded. Once ResumableJsProcessor::process() returns a string, that will be indication that the chunks have been uploaded and assembled.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~2 days

Total

5

Last Release

3652d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.4.0

0.1.2PHP &gt;=5.6.0

0.1.3PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/286812?v=4)[Georald Camposano](/maintainers/georaldc)[@georaldc](https://github.com/georaldc)

---

Top Contributors

[![georaldc](https://avatars.githubusercontent.com/u/286812?v=4)](https://github.com/georaldc "georaldc (10 commits)")[![georaldcamposano](https://avatars.githubusercontent.com/u/4389091?v=4)](https://github.com/georaldcamposano "georaldcamposano (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/georaldc-resumable-js-processor/health.svg)

```
[![Health](https://phpackages.com/badges/georaldc-resumable-js-processor/health.svg)](https://phpackages.com/packages/georaldc-resumable-js-processor)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)

PHPackages © 2026

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