PHPackages                             sukohi/menco - 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. sukohi/menco

ActiveLibrary

sukohi/menco
============

A PHP package mainly developed for Laravel to generate `postLink` like cakePHP has.

2.0.3(9y ago)050MITPHP

Since Jan 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/Menco)[ Packagist](https://packagist.org/packages/sukohi/menco)[ RSS](/packages/sukohi-menco/feed)WikiDiscussions master Synced 1mo ago

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

Menco
=====

[](#menco)

A PHP package mainly developed for Laravel to generate "postLink" like cakePHP has.
(This is for Laravel 5+. [For Laravel 4.2](https://github.com/SUKOHI/Menco/tree/1.0))

Installation
============

[](#installation)

Add this package name in composer.json

```
"require": {
  "sukohi/menco": "2.*"
}

```

Execute composer command.

```
composer update

```

Register the service provider in app.php

```
'providers' => [
    ...Others...,
    Sukohi\Menco\MencoServiceProvider::class,
]

```

Also alias

```
'aliases' => [
    ...Others...,
    'Menco'   => Sukohi\Menco\Facades\Menco::class
]

```

Usage
=====

[](#usage)

```
$extra_data = [
	'data' => 'data',
	'data2' => 'data2',
	'data3' => 'data3'
];

echo \Menco::get([
		'id' => 'your-id',
		'label' => 'Your Label',
		'url' => \URL::to('/'),
		'class' => 'your-class-name',
		'message' => 'Are you sure?',
		'title' => 'Your Title', 	// You can add properties you want.
	], $extra_data);

```

All of the parameters are Optional.

License
=======

[](#license)

This package is licensed under the MIT License.

Copyright 2014 Sukohi Kuhoh

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Recently: every ~134 days

Total

10

Last Release

3388d ago

Major Versions

1.0.0 → 2.0.12015-08-12

1.0.3 → 2.0.32017-01-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sukohi-menco/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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