PHPackages                             jdmaymeow/cake-file - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jdmaymeow/cake-file

Abandoned → [maymeow/file-upload](/?search=maymeow%2Ffile-upload)Cakephp-plugin[Utility &amp; Helpers](/categories/utility)

jdmaymeow/cake-file
===================

CakeFile plugin for CakePHP

v1.4.4(8y ago)04652PHPPHP &gt;=5.5.9

Since Dec 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jdmaymeow/cake-file)[ Packagist](https://packagist.org/packages/jdmaymeow/cake-file)[ RSS](/packages/jdmaymeow-cake-file/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (2)Versions (10)Used By (2)

CakeFile plugin for CakePHP
===========================

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

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require jdmaymeow/cake-file

```

File uploading
--------------

[](#file-uploading)

This package contain `UploaderCompoent` to use it, add to your controller

```
$this->loadComponent('CakeFile.Uploader', [
    'upload_domain' => 'nodes',
    'upload_dir' => 'images'
]);
```

And call upload in your function for example

```
$node->attribute_image = $this->Uploader->upload($node->image);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~0 days

Total

9

Last Release

3262d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7c2bca298b9947b96e7d8ecc3e58d2a63caf97adb52d28c07dc8b9468cdabb6?d=identicon)[maymeow](/maintainers/maymeow)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jdmaymeow-cake-file/health.svg)

```
[![Health](https://phpackages.com/badges/jdmaymeow-cake-file/health.svg)](https://phpackages.com/packages/jdmaymeow-cake-file)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

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

CakePHP plugin extension for PHPStan.

42776.5k46](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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