PHPackages                             davidyell/uploadedimage - 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. davidyell/uploadedimage

Abandoned → [davidyell/proffer](/?search=davidyell%2Fproffer)ArchivedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

davidyell/uploadedimage
=======================

Helper to output the current image and upload field for the Upload plugin

0.0.3(12y ago)02652PHP

Since May 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/davidyell/CakePHP-UploadedImageHelper)[ Packagist](https://packagist.org/packages/davidyell/uploadedimage)[ RSS](/packages/davidyell-uploadedimage/feed)WikiDiscussions master Synced today

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

\#UploadedImageHelper This is a quick helper to output a form field for the [Jose Gonzalez Upload plugin](https://github.com/josegonzalez/upload) along with the current image displayed as a thumbnail, with a link to view it's original.

\##Requirements Cake 2.x
Upload plugin -

\##Installation You will need to install the plugin into `app/Plugin/UploadedImage` and then activate it in your `app/Config/bootstrap.php` with `CakePlugin::load('UploadedImage');` unless you are already using `loadAll()`.

Then add the helper file into your helpers array in your controller.
`public $helpers = array('UploadedImage.UploadedImage');`

The helper take some settings, which you can find in the source `$settings` property. These can be overwritten by passing new settings into the helper when you add it to the controller.

```
public $helpers = array(
    'UploadedImage' => array(
        'field' => 'logo', // Name of the db field - should match the 'field' in your Model's Upload settings
        'dir' => 'logo_dir', // Name of the directory - should match 'dir' in your Model's Upload settings
    )
);
```

\##Usage `echo $this->UploadedImage->display();`

Todo
----

[](#todo)

- Read the model configuration to save on configuring it
- Allow multiple upload fields

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

Total

3

Last Release

4418d ago

### Community

Maintainers

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

---

Top Contributors

[![davidyell](https://avatars.githubusercontent.com/u/49889?v=4)](https://github.com/davidyell "davidyell (2 commits)")

### Embed Badge

![Health badge](/badges/davidyell-uploadedimage/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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