PHPackages                             franmastromarino/wp-plugin-feedback - 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. franmastromarino/wp-plugin-feedback

ActiveProject[Utility &amp; Helpers](/categories/utility)

franmastromarino/wp-plugin-feedback
===================================

Process plugin feedback client.

v1.0.9(1y ago)01.0k↓43.8%JavaScriptPHP &gt;=7.4

Since Sep 18Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/franmastromarino/wp-plugin-feedback)[ Packagist](https://packagist.org/packages/franmastromarino/wp-plugin-feedback)[ RSS](/packages/franmastromarino-wp-plugin-feedback/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (3)Versions (11)Used By (0)

QuadLayers Plugin Feedback
==========================

[](#quadlayers-plugin-feedback)

A WordPress plugin feedback collection system that shows a modal when deactivating plugins.

Features
--------

[](#features)

- Shows a feedback modal when a user tries to deactivate a plugin
- Collects feedback with various deactivation reasons
- Optional anonymous submissions
- Prevents showing the modal again for plugins that have already been processed
- Compatible with multiple plugins simultaneously

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

[](#installation)

```
composer require quadlayers/wp-plugin-feedback

```

Usage
-----

[](#usage)

Include this code in your plugin's main PHP file:

```
if (class_exists('QuadLayers\\PluginFeedback\\Load')) {
    // Default usage (anonymous checkbox checked by default)
    \QuadLayers\PluginFeedback\Load::instance()->add(__FILE__);

    // OR customize options
    \QuadLayers\PluginFeedback\Load::instance()->add(__FILE__, [
        'anonymous_by_default' => false, // Set anonymous checkbox to unchecked by default
        'support_link' => 'https://your-plugin-domain.com/support/' // Add support link for users who encounter issues
    ]);
}
```

Available Options
-----------------

[](#available-options)

OptionTypeDefaultDescription`anonymous_by_default`boolean`true`Whether the "Send anonymously" checkbox should be checked by default`support_link`string`''`URL to your support center or documentation that will be shown to users who select "not working" as their reasonLicense
-------

[](#license)

GPL v2 or later

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance50

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.3% 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 ~28 days

Recently: every ~55 days

Total

9

Last Release

425d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6652831?v=4)[Francisco](/maintainers/franmastromarino)[@franmastromarino](https://github.com/franmastromarino)

---

Top Contributors

[![franmastromarino](https://avatars.githubusercontent.com/u/6652831?v=4)](https://github.com/franmastromarino "franmastromarino (18 commits)")[![franciscomastromarino](https://avatars.githubusercontent.com/u/206583334?v=4)](https://github.com/franciscomastromarino "franciscomastromarino (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/franmastromarino-wp-plugin-feedback/health.svg)

```
[![Health](https://phpackages.com/badges/franmastromarino-wp-plugin-feedback/health.svg)](https://phpackages.com/packages/franmastromarino-wp-plugin-feedback)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M112](/packages/google-cloud-core)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.1k1](/packages/phpactor-phpactor)[brianhenryie/strauss

Prefixes dependencies namespaces so they are unique to your plugin

190438.1k37](/packages/brianhenryie-strauss)

PHPackages © 2026

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