PHPackages                             triveon/duplicate-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. triveon/duplicate-widget

ActiveMagento2-module

triveon/duplicate-widget
========================

Module to enable duplication of widgets

1.0.1(1y ago)03OSL-3.0PHPPHP &gt;=8.2

Since Jan 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/triveon/duplicate-widget)[ Packagist](https://packagist.org/packages/triveon/duplicate-widget)[ RSS](/packages/triveon-duplicate-widget/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Duplicate Widget Magento 2
==========================

[](#duplicate-widget-magento-2)

The Duplicate Widget is a Magento 2 extension designed to streamline the process of duplicating widgets within your e-commerce store. Instead of manually recreating widgets, this plugin allows you to clone existing widgets with all their configurations intact, saving time and effort for developers and store administrators.

#### Key Features:

[](#key-features)

**Effortless Duplication:** Duplicate any widget in Magento 2 with a single click.

**Retain Configurations:** Preserve all widget settings, including layout and display rules.

**Time-Saving Tool:** Ideal for stores with multiple similar widgets across different pages or layouts.

How does it work?
-----------------

[](#how-does-it-work)

1. Go in the admin to Content -&gt; Widgets
2. Click on an existing widget
3. Click on "Save and duplicate"
4. The widget is duplicated

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

[](#installation)

### Installation using composer (recommended)

[](#installation-using-composer-recommended)

To install the extension login to your environment using SSH. Then navigate to the Magento 2 root directory and run the following commands in the same order as described:

Enable maintenance mode:

```
php bin/magento maintenance:enable
```

1. Install the extension:

```
composer require triveon/duplicate-widget
```

2. Enable the Translate Custom Variables Magento 2 plugin

```
php bin/magento module:enable Triveon_DuplicateWidget
```

3. Update the Magento 2 environment:

```
php bin/magento setup:upgrade
```

When your Magento environment is running in production mode, you also need to run the following comands:

4. Compile DI:

```
php bin/magento setup:di:compile
```

5. Deploy static content:

```
php bin/magento setup:static-content:deploy
```

6. Disable maintenance mode:

```
php bin/magento maintenance:disable
```

### Installation manually

[](#installation-manually)

1. Download the extension directly from [github](https://github.com/triveon/duplicate-widget) by clicking on *Code* and then *Download ZIP*.
2. Create the directory *app/code/Triveon/DuplicateWidget* (Case-sensitive)
3. Extract the zip and upload the code into *app/code/Triveon/DuplicateWidget*
4. Enable the Duplicate Widget Magento 2 plugin

```
php bin/magento module:enable Triveon_DuplicateWidget
```

5. Update the Magento 2 environment:

```
php bin/magento setup:upgrade
```

Update
------

[](#update)

To update the Duplicate Widget Extension run the following commands:

```
composer update triveon/duplicate-widget
php bin/magento setup:upgrade
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance41

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85783dd6584b0ff5a5bdcae780cb0e9258f446d0ec6d6aeed3d8d8bc25b35983?d=identicon)[triveon](/maintainers/triveon)

---

Top Contributors

[![jansentjeu](https://avatars.githubusercontent.com/u/161043478?v=4)](https://github.com/jansentjeu "jansentjeu (6 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (2 commits)")

---

Tags

magentomagento2magento2-extensionmagento2-extension-freemagento2-modulemodule-widgetwidget

### Embed Badge

![Health badge](/badges/triveon-duplicate-widget/health.svg)

```
[![Health](https://phpackages.com/badges/triveon-duplicate-widget/health.svg)](https://phpackages.com/packages/triveon-duplicate-widget)
```

PHPackages © 2026

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