PHPackages                             garcia/wmenu - 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. garcia/wmenu

ActiveLibrary

garcia/wmenu
============

365129[3 issues](https://github.com/lordmacu/wmenu/issues)JavaScript

Since Feb 25Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

wmenu
=====

[](#wmenu)

laravel package menu like wordpress

This is a menu that has the functionality of wordpress, and ease of creating editing and selection, some css and javascripts property was used wordpress.

It has a nestable menu and sortable.

This project has two versions of menu creator

domain.com/menuw

```
"require": {
		"laravel/framework": "4.2.*",
		"garcia/wmenu": "dev-master"
	}

```

```
	'providers' => array(
		'Garcia\Wmenu\WmenuServiceProvider',
	),

```

php artisan asset:publish garcia/wmenu

```
CREATE TABLE `menus` (
`id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;

CREATE TABLE `menu_items` (
`id` int(11) NOT NULL,
  `label` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  `parent` varchar(255) NOT NULL DEFAULT '0',
  `sort` int(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `class` varchar(50) DEFAULT NULL,
  `menu` int(11) DEFAULT '1',
  `depth` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=280 DEFAULT CHARSET=latin1;

```

[![ScreenShot](https://camo.githubusercontent.com/eb1cc55906da2562afa09a6b25ebba02d9e920dfdf1728292271aa4be6ee38a7/687474703a2f2f6f6935392e74696e797069632e636f6d2f6d39333576702e6a7067)](https://camo.githubusercontent.com/eb1cc55906da2562afa09a6b25ebba02d9e920dfdf1728292271aa4be6ee38a7/687474703a2f2f6f6935392e74696e797069632e636f6d2f6d39333576702e6a7067)[![ScreenShot](https://camo.githubusercontent.com/984da3aa821ea666eaf6d1698cdf4b271f9b6e336ba3d940bb363095a4cb0c18/687474703a2f2f6f6936312e74696e797069632e636f6d2f346732626c692e6a7067)](https://camo.githubusercontent.com/984da3aa821ea666eaf6d1698cdf4b271f9b6e336ba3d940bb363095a4cb0c18/687474703a2f2f6f6936312e74696e797069632e636f6d2f346732626c692e6a7067)[![ScreenShot](https://camo.githubusercontent.com/d31cfa0fa25664a26889d8f9ad2add1bba021c42a0d68154740fd6c6ff7ebdb1/687474703a2f2f6f6936322e74696e797069632e636f6d2f323862623665712e6a7067)](https://camo.githubusercontent.com/d31cfa0fa25664a26889d8f9ad2add1bba021c42a0d68154740fd6c6ff7ebdb1/687474703a2f2f6f6936322e74696e797069632e636f6d2f323862623665712e6a7067)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/378f5fefea6a0e82350b99f64f702c944886eeba7897dd70a925d506e50b6293?d=identicon)[lordmacu](/maintainers/lordmacu)

---

Top Contributors

[![lordmacu](https://avatars.githubusercontent.com/u/10134930?v=4)](https://github.com/lordmacu "lordmacu (20 commits)")[![lordmacus](https://avatars.githubusercontent.com/u/9418745?v=4)](https://github.com/lordmacus "lordmacus (1 commits)")

### Embed Badge

![Health badge](/badges/garcia-wmenu/health.svg)

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

PHPackages © 2026

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