PHPackages                             scribe/file-uploader-bundle - 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. scribe/file-uploader-bundle

Abandoned → [scr-be/file-uploader-bundle](/?search=scr-be%2Ffile-uploader-bundle)Project[File &amp; Storage](/categories/file-storage)

scribe/file-uploader-bundle
===========================

Bundle to help implement Blueimp's multi-file upload functionality in Symfony.

v1.1.0(11y ago)0400MITPHPPHP &gt;=5.3.2

Since Mar 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/src-run/batch-uploader-bundle)[ Packagist](https://packagist.org/packages/scribe/file-uploader-bundle)[ Docs](https://github.com/scribenet/ScribeFileUploaderBundle)[ RSS](/packages/scribe-file-uploader-bundle/feed)WikiDiscussions master Synced 3d ago

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

\[scr-be\] file-uploader-bundle
===============================

[](#scr-be-file-uploader-bundle)

Continuous IntegrationCode Quality ReviewUnitTest Coverage[![Travis](https://camo.githubusercontent.com/b39b1df572ecc4ac9306419875ccdf59992bf9bc09e68a7aa74359c86b020d33/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f7472617669735f736869656c64)](https://scr.be/file-uploader-bundle/travis)[![Codacy](https://camo.githubusercontent.com/e8da8b4e3d469a724aac8dfbe358023e0926a358908393301fb5aabc5555ef50/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f636f646163795f736869656c64)](https://scr.be/file-uploader-bundle/codacy)[![Coveralls](https://camo.githubusercontent.com/ca8d9db633476bce416b11283d94234aef0077437bc79335672da096c385368f/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f636f766572616c6c735f736869656c64)](https://scr.be/file-uploader-bundle/coveralls)Overview
--------

[](#overview)

[Welcome](https://scr.be/go/readme_welcome)! The `scr-be/file-uploader-bundle` package provides a bundle to help implement Blueimp's multi-file upload functionality in Symfony.

### Grouping

[](#grouping)

This package is part of the [teavee](https://scr.be/file-uploader-bundle/group)group ([explanation](https://scr.be/file-uploader-bundle/group_explanation)), comprised of other releases with a concentration in *media, HTML, content, generator*, and related functionality.

### JTT

[](#jtt)

This package represents a single project within a [large collection](https://scr.be/go/explore) of open-source code released under the *Scribe* namespace, comprised of framework-agnostic libraries, and a number of Symfony bundles. These projects are authored and maintained by [Rob Frawley 2nd](https://scr.be/rmf) and [collaborators](https://scr.be/file-uploader-bundle/github_collaborators), often with the support of [Scribe Inc](https://scr.be/go/scribe-home).

Quick Start
-----------

[](#quick-start)

### Installation

[](#installation)

Get the code by requiring it explicitly via the [Composer](https://getcomposer.com)CLI, or by editing your *composer.json* to reflect the dependency and updating your project requirements. For example, to explicitly require this project using the CLI, use the following command.

```
$ composer require scr-be/file-uploader-bundle
```

To enable the bundle, register it with your Symfony application kernel by instantiating *ScribeFileUploaderBundle* within the bundle array.

```
// app/AppKernel.php
class AppKernel extends Kernel {
    public function registerBundles() {
        $bundles = [
            // ...
            new Scribe\FileUploaderBundle\ScribeFileUploaderBundle(),
        ];
        // ...
    }
}
```

### Configuration

[](#configuration)

Available configuration values can be referenced by using the Symfony console command `app/console` (assuming the Symfony full-stack framework and bundle registration). Additionally, this bundle provides a bare console executable that can be invoked by calling the following.

```
bin/file-uploader config:dump-reference scribe_file_uploader
```

Reference
---------

[](#reference)

### API Docs

[](#api-docs)

This package's API-documentation is available at [scr.be/file-uploader-bundle/api](https://scr.be/file-uploader-bundle/api), (as well as linked below via the *Reference* badge found under the *Additional Links*header). All API-reference is build against the *master* Git branch and updated automatically on each Git push---api-reference for *specific releases* will be provided once this package has matured.

> The entire API-reference website is auto-generated using a quick, reliable, and well-developed CLI tool called [Sami](https://scr.be/go/sami). It is rigerously and regularly tested through its use in large, complex projects, such as the [Symfony Full-Stack Framework](https://scr.be/go/symfony)&lt;see: [scr.be/go/api-ref-symfony](https://scr.be/go/symfony-api)&gt;, as well as its use in smaller projects such [Twig](https://scr.be/go/sami-twig)&lt;see: [scr.be/go/api-ref-twig](https://scr.be/go/twig-api)&gt;. Reference Sami's [GitHub page](https://scr.be/go/sami) to learn how to use it with your own projects!

### Examples/Tutorials

[](#examplestutorials)

Currently, there is no *"human-written"* documentation---outside of this README. Pending package stability and available resources, a [RTD (Read the Docs)](https://scr.be/go/rtd) page will be published with additional information and tutorials, including real use-cases within the Symfony Framework.

Contributing
------------

[](#contributing)

### Discussion

[](#discussion)

For general inquiries or to discuss a broad topic or idea, you can find *robfrawley* on Freenode. There is also a *\#scribe* channel, which can be joined using the following link irc.choopa.net:6669/scribe.

### Issues

[](#issues)

To report issues or request a new feature use [GitHub](https://scr.be/file-uploader-bundle/github_issues)or [GitLab](https://scr.be/file-uploader-bundle/gitlab_issues)to start a discussion. Include as much information as possible to aid in a quick resolution. Feel free to "ping" the topic if you don't get a response within a few days.

### Code

[](#code)

You created additional functionality during the use of this package? Send it back upstream! *Don't hesitate to submit a pull request!* Beyond the brief requirements outlined in the [contibuting guide](https://scr.be/file-uploader-bundle/contributing), your [imagination](https://scr.be/go/readme_imagination)represents the only limitation.

License
-------

[](#license)

This project is licensed under the [MIT License](https://scr.be/go/mit), an [FSF](https://scr.be/go/fsf)-/[OSI](https://scr.be/go/osi)-approved and [GPL](https://scr.be/go/gpl)-compatible, permissive free software license. Review the [LICENSE](https://scr.be/file-uploader-bundle/license)file distributed with this source code for additional information.

Additional Links
----------------

[](#additional-links)

PurposeStatus*Stable Release*[![Packagist](https://camo.githubusercontent.com/737d55ab6108b5077a08b5c255fcb49cd6883a71894ffec1f3477894c82963e9/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f7061636b61676973745f736869656c64)](https://scr.be/file-uploader-bundle/packagist)*Dev Release*[![Packagist](https://camo.githubusercontent.com/df84c99626dd7079e95c7522e8f6931cce15854b42a446458391604cb22bdc38/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f7061636b61676973745f7072655f736869656c64)](https://scr.be/file-uploader-bundle/packagist)*License*[![License](https://camo.githubusercontent.com/3619eed98da04152476c1b8edb30fe3d058e8eb2c3c1e90254139a94d3e71b56/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f6c6963656e73655f736869656c64)](https://scr.be/file-uploader-bundle/license)*Reference*[![License](https://camo.githubusercontent.com/b49554aae074f52e93632b8968872f7605aa20abade274284fec7f5626ba193a/68747470733a2f2f7363722e62652f66696c652d75706c6f616465722d62756e646c652f6170695f736869656c64)](https://scr.be/file-uploader-bundle/api)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~206 days

Total

4

Last Release

3829d ago

Major Versions

v1.1.0 → 2.2.x-dev2015-11-20

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.2

2.2.x-devPHP &gt;=5.6.4,~5.6|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/58cf83f3ed29f210aa52fec443014572688d7c948aeac0cfdb8ccf216a3f437b?d=identicon)[robfrawley](/maintainers/robfrawley)

---

Top Contributors

[![robfrawley](https://avatars.githubusercontent.com/u/3967713?v=4)](https://github.com/robfrawley "robfrawley (7 commits)")[![EricReiche](https://avatars.githubusercontent.com/u/894987?v=4)](https://github.com/EricReiche "EricReiche (6 commits)")[![Tmerc](https://avatars.githubusercontent.com/u/3801572?v=4)](https://github.com/Tmerc "Tmerc (6 commits)")[![bftanase](https://avatars.githubusercontent.com/u/1143666?v=4)](https://github.com/bftanase "bftanase (2 commits)")[![keesschepers](https://avatars.githubusercontent.com/u/915930?v=4)](https://github.com/keesschepers "keesschepers (2 commits)")[![umpirsky](https://avatars.githubusercontent.com/u/208957?v=4)](https://github.com/umpirsky "umpirsky (2 commits)")[![h-nazzal](https://avatars.githubusercontent.com/u/2687764?v=4)](https://github.com/h-nazzal "h-nazzal (1 commits)")[![smoorhouse11](https://avatars.githubusercontent.com/u/3173586?v=4)](https://github.com/smoorhouse11 "smoorhouse11 (1 commits)")[![ezmac](https://avatars.githubusercontent.com/u/810629?v=4)](https://github.com/ezmac "ezmac (1 commits)")[![mente](https://avatars.githubusercontent.com/u/391997?v=4)](https://github.com/mente "mente (1 commits)")

---

Tags

fileblueimpuploaderScribe

### Embed Badge

![Health badge](/badges/scribe-file-uploader-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/scribe-file-uploader-bundle/health.svg)](https://phpackages.com/packages/scribe-file-uploader-bundle)
```

###  Alternatives

[oneup/uploader-bundle

This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.

6066.3M27](/packages/oneup-uploader-bundle)[sonata-project/media-bundle

Symfony SonataMediaBundle

4625.5M71](/packages/sonata-project-media-bundle)[fof/upload

The file upload extension for the Flarum forum with insane intelligence.

188171.7k15](/packages/fof-upload)

PHPackages © 2026

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