PHPackages                             saldanhakun/pd-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. saldanhakun/pd-menu

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

saldanhakun/pd-menu
===================

Symfony Simple Menu Bundle

v3.1.2(10mo ago)08MITPHPPHP ^8.2

Since Jul 11Pushed 10mo agoCompare

[ Source](https://github.com/saldanhakun/pd-menu)[ Packagist](https://packagist.org/packages/saldanhakun/pd-menu)[ Docs](https://github.com/saldanhakun/pd-menu)[ RSS](/packages/saldanhakun-pd-menu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

pdMenu Bundle
=============

[](#pdmenu-bundle)

Simple fast object-oriented menu maker for Symfony 6 and 7

[![Packagist](https://camo.githubusercontent.com/ce61d99c6869970681c4fdc8d01b38e62e6e3e61f6eee1d199ffe21d9ef27e1e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070617964696e2f70642d6d656e752e737667)](https://github.com/appaydin/pd-menu)[![Github Release](https://camo.githubusercontent.com/1bb16b008b70ac9c0f47ab44f83298c3a0331d71c5dda548e4ff27d0803249aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617070617964696e2f70642d6d656e752e737667)](https://github.com/appaydin/pd-menu)[![license](https://camo.githubusercontent.com/0c9ad4bcb240cfbcbd11d03752f05a9f97c09788dc6ace7e582428e047ee54f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617070617964696e2f70642d6d656e752e737667)](https://github.com/appaydin/pd-menu)[![PHP from Packagist](https://camo.githubusercontent.com/a0fcc00234d8e106c548e432f1fd688d9b79acaa7e9804b08ba3721e2633c62a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f617070617964696e2f70642d6d656e752e737667)](https://github.com/appaydin/pd-menu)

[![Packagist](https://camo.githubusercontent.com/491c9106b51212a0e06bfb85c6f5ed51aa2f8ba75844dd3dc39384038158cc99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616c64616e68616b756e2f70642d6d656e752e737667)](https://github.com/saldanhakun/pd-menu)[![Github Release](https://camo.githubusercontent.com/e7f4393342308da1470b05b5eca9e8d03737d35fbbe1d2df6aa66efbc572eb1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73616c64616e68616b756e2f70642d6d656e752e737667)](https://github.com/saldanhakun/pd-menu)[![license](https://camo.githubusercontent.com/4d67d3803999e347f5f0765ee6309e52710e6cce1667f0c598508c20b9b6ff97/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73616c64616e68616b756e2f70642d6d656e752e737667)](https://github.com/saldanhakun/pd-menu)[![PHP from Packagist](https://camo.githubusercontent.com/a1336da649e68c275d50e6d29afc0190951ab6f51ba4a32ae755f265dfb1302d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73616c64616e68616b756e2f70642d6d656e752e737667)](https://github.com/saldanhakun/pd-menu)

Disclaimer
----------

[](#disclaimer)

The original implementation stagnated in 2021, but due to a few old (and upgraded) projects still using this menu, a fork was necessary to adjust code to conform with later PHP8, Symfony 6.4 and 7.2. The namespaces were not changed, in expectation of one day merging back into the original repository, with BC in mind.

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

[](#installation)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require saldanhakun/pd-menu
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

With Symfony, the package will be activated automatically. But if something goes wrong, you can install it manually.

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
