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

ActiveLibrary

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

Easily handle uploads coming from Resumable.js

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

Since Jun 22Pushed 9y 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 1mo ago

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

3601d 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://www.gravatar.com/avatar/2f3b6a2af78dec6051566e9f00c46c4b7d206c09ddf4740167760051697e1ce4?d=identicon)[georaldc](/maintainers/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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)

PHPackages © 2026

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