PHPackages                             bigfishtv/magicmenu - 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. [Templating &amp; Views](/categories/templating)
4. /
5. bigfishtv/magicmenu

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

bigfishtv/magicmenu
===================

A CakePHP Plugin to generate HTML menus

1.1.1(4y ago)048PHPCI failing

Since Sep 8Pushed 4y agoCompare

[ Source](https://github.com/bigfishtv/magicmenu)[ Packagist](https://packagist.org/packages/bigfishtv/magicmenu)[ RSS](/packages/bigfishtv-magicmenu/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (9)Used By (0)

magicmenu
=========

[](#magicmenu)

### Installation

[](#installation)

```
composer require bigfishtv/magicmenu

```

### Usage

[](#usage)

AppView.php

```
$this->loadHelper('MagicMenu.MagicMenu');
```

\[your-view\].\[ctp|php\]

```
$items = [
    ['title' => 'About', 'url' => '/about'],
    ['title' => 'Work', 'url' => '/work', 'children' => [
        ['title' => 'One', 'url' => '/work/one'],
        ['title' => 'Two', 'url' => '/work/two'],
        ['title' => 'Three & Four', 'url' => '/work/three-and-four'],
    ]],
    ['title' => 'Contact', 'url' => '/contact']
];
$menu = $this->MagicMenu->create($items);
echo $menu->render();
```

### Output

[](#output)

```

            About

            Work

                    One

                    Two

                    Three &amp; Four

            Contact

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~277 days

Total

8

Last Release

1778d ago

Major Versions

0.2.2 → 1.0.02019-06-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30913?v=4)[Adam Royle](/maintainers/ifunk)[@ifunk](https://github.com/ifunk)

---

Top Contributors

[![adamroyle](https://avatars.githubusercontent.com/u/25002779?v=4)](https://github.com/adamroyle "adamroyle (68 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bigfishtv-magicmenu/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M162](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M192](/packages/cakephp-bake)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1902.3M40](/packages/dereuromark-cakephp-ide-helper)[friendsofcake/cakephp-csvview

A CSV View class for CakePHP

1772.6M5](/packages/friendsofcake-cakephp-csvview)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M49](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308914.0k25](/packages/dereuromark-cakephp-queue)

PHPackages © 2026

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