PHPackages                             nonainc/cakephp3-blueimp-upload - 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. nonainc/cakephp3-blueimp-upload

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

nonainc/cakephp3-blueimp-upload
===============================

CakePHP 3 plugin allowing to easily use the blueimp jQuery-File-Upload

1.4.2(8y ago)02MITPHPPHP &gt;=5.4

Since Nov 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jorgemarcondes/cakephp3-blueimp-upload)[ Packagist](https://packagist.org/packages/nonainc/cakephp3-blueimp-upload)[ Docs](https://github.com/nonainc/cakephp3-blueimp-upload)[ RSS](/packages/nonainc-cakephp3-blueimp-upload/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (9)Used By (0)

cakephp3-blueimp-upload
=======================

[](#cakephp3-blueimp-upload)

CakePHP3 plugin allowing to easily use the blueimp jQuery-File-Upload

General Features
----------------

[](#general-features)

- A helper allows to create an upload button with a progess bar
- A component manage the uploads requests (may be in multiple chunks)
- Each upload is stored into a datatable with the file infos
- Once the upload is over, do what you want in your application with the record and the uploaded file

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

[](#installation)

### Adding the plugin

[](#adding-the-plugin)

You can easily install this plugin using composer as follows:

```
...
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/jorgemarcondes/cakephp3-blueimp-upload.git"
    }
],
...
"require": {
    ...
    "jorgemarcondes/cakephp3-blueimp-upload": "*"
    ...
},
...
```

### Enabling the plugin

[](#enabling-the-plugin)

After adding the plugin remember to load it in your `config/bootstrap.php` file. The `Alaxos` plugin must be loaded as well.

```
Plugin::load('Alaxos', ['bootstrap' => true]);
Plugin::load('CakephpBlueimpUpload');
```

### Using the plugin

[](#using-the-plugin)

Template
--------

[](#template)

```
echo $this->BlueimpUpload->chunked('picture_upload', [
                                   'upload_url' => Router::url(['controller' => 'Posts', 'action' => 'upload_picture', $post->id])
                                ]);
```

Check for options in the `chunked()` method.

Controller
----------

[](#controller)

```
public $components = ['CakephpBlueimpUpload.Uploader'];
public $helpers    = ['CakephpBlueimpUpload.BlueimpUpload'];

public function upload_picture($id = null)
{
    ...

    $upload = $this->Uploader->upload($upload_folder, ['accepted_mimetypes' => ['image/jpeg', 'image/tiff', 'image/png']]);

    if($upload !== false)
    {
        if($upload->complete)
        {
           /*
            * The upload is over.
            * Do what you want with the $upload entity
            */
        }
    }

    ...
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 51.6% 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 ~123 days

Recently: every ~47 days

Total

7

Last Release

3131d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4448533?v=4)[Jorge Alberto Marcondes](/maintainers/jorgemarcondes)[@jorgemarcondes](https://github.com/jorgemarcondes)

---

Top Contributors

[![alaxos](https://avatars.githubusercontent.com/u/1056290?v=4)](https://github.com/alaxos "alaxos (16 commits)")[![nullcast](https://avatars.githubusercontent.com/u/3686161?v=4)](https://github.com/nullcast "nullcast (10 commits)")[![jorgemarcondes](https://avatars.githubusercontent.com/u/4448533?v=4)](https://github.com/jorgemarcondes "jorgemarcondes (5 commits)")

---

Tags

cakephpuploadlibrariesblueimpjquery-file-upload

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nonainc-cakephp3-blueimp-upload/health.svg)

```
[![Health](https://phpackages.com/badges/nonainc-cakephp3-blueimp-upload/health.svg)](https://phpackages.com/packages/nonainc-cakephp3-blueimp-upload)
```

###  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.5M33](/packages/oneup-uploader-bundle)[cakephp/bake

Bake plugin for CakePHP

11211.7M190](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308914.0k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M40](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-file-storage

This plugin is giving you the possibility to store files in virtually any kind of storage backend. This plugin is wrapping the Gaufrette library (https://github.com/KnpLabs/Gaufrette) library in a CakePHP fashion and provides a simple way to use the storage adapters through the StorageManager class.

105.4k](/packages/dereuromark-cakephp-file-storage)

PHPackages © 2026

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