PHPackages                             appaydin/pd-widget - 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. [Admin Panels](/categories/admin)
4. /
5. appaydin/pd-widget

ActiveSymfony-bundle[Admin Panels](/categories/admin)

appaydin/pd-widget
==================

Symfony Simple Widget Bundle

3.0.0(5y ago)115.2k3[2 PRs](https://github.com/cesurapp/pd-widget/pulls)1MITPHPPHP &gt;=8.0.0

Since Feb 10Pushed 2y ago4 watchersCompare

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

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

pdWidget Bundle
===============

[](#pdwidget-bundle)

Flexible widget system for Symfony 5.

[![Packagist](https://camo.githubusercontent.com/a3c254a1e4b9bf70179c0c384362fb8094fe16ebce6ff436db12a23901903769/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070617964696e2f70642d7769646765742e737667)](https://github.com/appaydin/pd-widget)[![Github Release](https://camo.githubusercontent.com/5a2576c74b72ea0407ca1311dfd0e3c6a1bc41a2f068137d8d22414f4dcc3017/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617070617964696e2f70642d7769646765742e737667)](https://github.com/appaydin/pd-widget)[![license](https://camo.githubusercontent.com/505abefbf6f89d9a1a688d4a9a1928821cc968906261ad08e8853d63596526a7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617070617964696e2f70642d7769646765742e737667)](https://github.com/appaydin/pd-widget)[![PHP from Packagist](https://camo.githubusercontent.com/5a76843035db45ffbdf5c451416ec07efb767dc1295d2e5acb298f459f790ff1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f617070617964696e2f70642d7769646765742e737667)](https://github.com/appaydin/pd-widget)

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-widget
```

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:

```
