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

ActiveSymfony-bundle

appaydin/pd-menu
================

Symfony Simple Menu Bundle

3.0.02(5y ago)143.3k4[1 issues](https://github.com/cesurapp/pd-menu/issues)1MITPHPPHP &gt;=8.0.0

Since Jan 28Pushed 5y ago3 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (24)Used By (1)

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

[](#pdmenu-bundle)

Simple fast object-oriented menu maker for Symfony 5

[![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)

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 appaydin/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 4, 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:

```
