PHPackages                             waldemarnt/media - 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. waldemarnt/media

ActiveCakephp-plugin

waldemarnt/media
================

Multi upload plugin

v1.0.0(11y ago)1131MITPHP

Since Oct 20Pushed 11y agoCompare

[ Source](https://github.com/waldemarnt/MediaPlugin)[ Packagist](https://packagist.org/packages/waldemarnt/media)[ RSS](/packages/waldemarnt-media/feed)WikiDiscussions master Synced 1mo ago

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

About
-----

[](#about)

This is a multiupload plugin to cakephp.

Install
-------

[](#install)

install via composer: reference: waldemarnt/media

install manual:

copy to app/Plugin folder and run composer update comand to download WideImage

create table

CREATE TABLE `media` ( `id` int(11) NOT NULL AUTO\_INCREMENT, `path` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `model_name` varchar(255) NOT NULL, `model_id` int(11) NOT NULL, `size` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO\_INCREMENT=10 DEFAULT CHARSET=latin1;

Using
-----

[](#using)

First you need load into your bootstrap.php file;

CakePlugin::load('Media');

Now you need add this parameter into your Model;

```
public $actsAs = array(
	'Media.Media'=>array(
		'thumb_size'=>array(
			'width'=>100,
			'height'=>100
			)
		)
	);

```

You need add public $helpers = array("Media.Media"); to your controller or app controller, to use Media plugin file upload helper.

Now in your view you need this field

Media-&gt;file(); ?&gt; To show uplaoded files you need in your view

Element('Media.show'); ?&gt; Now it's works fine :D

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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

Unknown

Total

1

Last Release

4227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4347b3e468f0bf579a7e4684e5c877c0151ac32fc0b93a6c111f84fd59219eaa?d=identicon)[waldemarnt](/maintainers/waldemarnt)

---

Top Contributors

[![waldemarnt](https://avatars.githubusercontent.com/u/5835706?v=4)](https://github.com/waldemarnt "waldemarnt (4 commits)")[![pmoraes](https://avatars.githubusercontent.com/u/5813004?v=4)](https://github.com/pmoraes "pmoraes (1 commits)")

### Embed Badge

![Health badge](/badges/waldemarnt-media/health.svg)

```
[![Health](https://phpackages.com/badges/waldemarnt-media/health.svg)](https://phpackages.com/packages/waldemarnt-media)
```

###  Alternatives

[impresscms/impresscms

ImpressCMS is an open source content management system with a focus on security and speed

291.1k](/packages/impresscms-impresscms)

PHPackages © 2026

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