PHPackages                             connect232/cakephp-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. connect232/cakephp-upload

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

connect232/cakephp-upload
=========================

Upload plugin for CakePHP

v2.4(5y ago)020MITPHP

Since Feb 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/connect232/cakephp-upload)[ Packagist](https://packagist.org/packages/connect232/cakephp-upload)[ RSS](/packages/connect232-cakephp-upload/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (11)Used By (0)

Upload plugin for CakePHP
=========================

[](#upload-plugin-for-cakephp)

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

[](#installation)

Run:

```
composer require connect232/cakephp-upload

```

Usage
-----

[](#usage)

Run : `bin/cake plugin load Upload`Or in your `src/Application.php` add:

```
$this->addPlugin('Upload');

```

In your model `initialize()`:

```
$this->addBehavior('Upload.Upload', [
	'your_field_name' => [
			'path' => 'directory/to/save/file/to'
		]
	]
);

```

If you have baked your model remove the scalar validation:

```
$validator->scalar('foo');

```

Modify your form to accept files

```
$this->Form->create($foo, ['type' => 'file']);

```

Modify your field's type to file

```
$this->Form->control($foo, ['type' => 'file']);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

Total

10

Last Release

1856d ago

Major Versions

v1.4 → v2.02021-03-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56870712?v=4)[connect232](/maintainers/connect232)[@connect232](https://github.com/connect232)

---

Top Contributors

[![connect232](https://avatars.githubusercontent.com/u/56870712?v=4)](https://github.com/connect232 "connect232 (14 commits)")[![jameshind17](https://avatars.githubusercontent.com/u/26124703?v=4)](https://github.com/jameshind17 "jameshind17 (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/connect232-cakephp-upload/health.svg)

```
[![Health](https://phpackages.com/badges/connect232-cakephp-upload/health.svg)](https://phpackages.com/packages/connect232-cakephp-upload)
```

###  Alternatives

[wyrihaximus/fly-pie

Flysystem integration plugin for CakePHP 5

38297.8k](/packages/wyrihaximus-fly-pie)[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.

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

PHPackages © 2026

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