PHPackages                             derekisbusy/yii2-forcecopy - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. derekisbusy/yii2-forcecopy

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

derekisbusy/yii2-forcecopy
==========================

Adds a button to quickly turn forcecopy on/off in the asset manager .

1.0.1(9y ago)21.0k↓100%BSD-3-ClausePHP

Since Feb 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/derekisbusy/yii2-forcecopy)[ Packagist](https://packagist.org/packages/derekisbusy/yii2-forcecopy)[ RSS](/packages/derekisbusy-yii2-forcecopy/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Yii2-forcecopy
==============

[](#yii2-forcecopy)

![Latest Release](https://camo.githubusercontent.com/1c8f9f6acee455aaf1090208debb1d4f785ce4cd955db6ae07dfbc1d5ffafc1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f646572656b6973627573792f796969322d666f726365636f70792e7376673f7374796c653d666c61742d737175617265)[![Software License](https://camo.githubusercontent.com/b60331a2084501dc07cf6d6964c0da58dd005d89c45cf3b28b4b22b60f5ec00f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/81338d5f8a5377d1e1208c39c34b1c5fee3a444d5cb807c36c20ee83c0561bff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646572656b6973627573792f796969322d666f726365636f70792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/derekisbusy/yii2-forcecopy)

Adds a button to quickly turn [forceCopy](http://www.yiiframework.com/doc-2.0/yii-web-assetmanager.html#$forceCopy-detail) on/off in the debug toolbar.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist --dev derekisbusy/yii2-forcecopy "*"

```

or add

```
"derekisbusy/yii2-forcecopy": "*"

```

to the require section of your `composer.json` file.

Setup Config
------------

[](#setup-config)

Add the forcecopy panel to the debug panels list in your configuration file :

```
    'debug' => [
        'class' => 'yii\debug\Module',
        'panels' => [
            'forcecopy' => ['class' => 'derekisbusy\forcecopy\ForcecopyPanel']
        ]
    ],
```

Usage
-----

[](#usage)

The extension will add a section to the debug toolbar indicating whether or not forceCopy is on or off. Click the forcecopy status label to change it's state on or off.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

2

Last Release

3379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b869af2c6981c02841e47e2e56a8753f51f3cc0594f6e2ac8742297cb9a828bc?d=identicon)[derekisbusy](/maintainers/derekisbusy)

---

Top Contributors

[![derekisbusy](https://avatars.githubusercontent.com/u/5118781?v=4)](https://github.com/derekisbusy "derekisbusy (26 commits)")

---

Tags

yii2yii2-debugyii2-extensiondebugyii2extensiondeveloperassets.assetManager

### Embed Badge

![Health badge](/badges/derekisbusy-yii2-forcecopy/health.svg)

```
[![Health](https://phpackages.com/badges/derekisbusy-yii2-forcecopy/health.svg)](https://phpackages.com/packages/derekisbusy-yii2-forcecopy)
```

###  Alternatives

[laminas/laminas-developer-tools

Module for developer and debug tools for use with laminas-mvc applications.

252.0M33](/packages/laminas-laminas-developer-tools)[georgringer/backend-debug

Some debug helper for the TYPO3 backend

2032.4k1](/packages/georgringer-backend-debug)

PHPackages © 2026

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