PHPackages                             smart-cms/menu - 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. smart-cms/menu

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

smart-cms/menu
==============

This is my package menu

1.x-dev(2mo ago)01.6k1MITPHPPHP ^8.2CI failing

Since Jul 8Pushed 2mo agoCompare

[ Source](https://github.com/s-cms/menu)[ Packagist](https://packagist.org/packages/smart-cms/menu)[ Docs](https://github.com/smart-cms/menu)[ RSS](/packages/smart-cms-menu/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (16)Versions (3)Used By (1)

This is my package menu
=======================

[](#this-is-my-package-menu)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1d1fbed6f18a2ef68abe11456348e0e87c4af7fff7ed91d73f3ded2c53d648e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d617274636d732f6d656e752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smartcms/menu)[![GitHub Tests Action Status](https://camo.githubusercontent.com/62688a84bd5b165b1a5176c9bc1f603995c82be00cc6a9831f6d9447fd287813/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d617274636d732f6d656e752f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/smartcms/menu/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f4d328460f4bf0ac052c0752688d4f7b579aad8005458c19855890d5ac54b653/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d617274636d732f6d656e752f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/smartcms/menu/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/eebe9f3ab9bfb39427cb41ebe357b8ea1325b8f479ba15d5830530921dcb5f50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d617274636d732f6d656e752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smartcms/menu)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require smartcms/menu
```

Important

If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.

After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.

```
@source '../../../../vendor/smartcms/menu/resources/**/*.blade.php';
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="menu-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="menu-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="menu-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$menu = new SmartCms\Menu();
echo $menu->echoPhrase('Hello, SmartCms!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [maxboyko](https://github.com/SmartCms)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance83

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

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

88d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/206040389?v=4)[Smart-CMS](/maintainers/Smart-CMS)[@Smart-CMS](https://github.com/Smart-CMS)

---

Top Contributors

[![MaxBoiko21](https://avatars.githubusercontent.com/u/92517114?v=4)](https://github.com/MaxBoiko21 "MaxBoiko21 (6 commits)")[![Smart-CMS](https://avatars.githubusercontent.com/u/206040389?v=4)](https://github.com/Smart-CMS "Smart-CMS (1 commits)")

---

Tags

laravelmenufilamentphpSmartCms

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/smart-cms-menu/health.svg)

```
[![Health](https://phpackages.com/badges/smart-cms-menu/health.svg)](https://phpackages.com/packages/smart-cms-menu)
```

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M24](/packages/ysfkaya-filament-phone-input)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

128192.3k3](/packages/dotswan-filament-map-picker)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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