PHPackages                             ignitekit/wp-deactivate-feedback-client - 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. ignitekit/wp-deactivate-feedback-client

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

ignitekit/wp-deactivate-feedback-client
=======================================

Collect website owner's feedback on plugin deactivation.

1.0.2(1y ago)01691GPL-2.0-or-laterPHPPHP &gt;=7.0

Since Mar 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/IgniteKit/wp-deactivate-feedback-client)[ Packagist](https://packagist.org/packages/ignitekit/wp-deactivate-feedback-client)[ RSS](/packages/ignitekit-wp-deactivate-feedback-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (1)

WP Deactivate Feedback Client
=============================

[](#wp-deactivate-feedback-client)

Easy to use WordPress package for collecting feedback on plugin deactivation.

The library allows toe developers to set up feedback form that shows on plugin deactivation on the Plugins page.

[![plugin-deactivate](https://github.com/IgniteKit/wp-deactivate-feedback/assets/5760249/d9f2daa3-37da-48c3-b9c9-cf2c50ac5f6b)](https://github.com/IgniteKit/wp-deactivate-feedback/assets/5760249/d9f2daa3-37da-48c3-b9c9-cf2c50ac5f6b)

Quick Start
-----------

[](#quick-start)

### 1. How to install

[](#1-how-to-install)

```
composer require ignitekit/wp-deactivate-feedback-client

```

### 2. How to use

[](#2-how-to-use)

Basically in your plugin files you need to create instance of the library as follows:

```
try {
	new \IgniteKit\WP\DeactivateFeedbackClient\Main( [
		'name'        => 'Digital License Manager',
		'slug'        => 'digital-license-manager',
		'version'     => YOUR_PLUGIN_VERSION,
		'prefix'      => 'dlm_',
		'public_path' => str_replace( '/', DIRECTORY_SEPARATOR, dirname( __FILE__ ) . '/vendor/ignitekit/wp-deactivate-feedback-client/public/' ),
		'public_url'  => rtrim( plugin_dir_url( __FILE__ ), '/' ) . '/vendor/ignitekit/wp-deactivate-feedback-client/public/',
		'api_url'     => 'https://yoursite.com/wp-json/deactivate-feedback/v1/feedback',
		'data'        => [ 'website', 'system', 'contact' ],
	] );
} catch ( \Exception $e ) {

}
```

### 3. Collecting data

[](#3-collecting-data)

To collect data, you can use our plugin **WP Deactivate Feedback**.

[\[Get Started\]](https://github.com/ignitekit/wp-deactivate-feedback/)

Contributions
-------------

[](#contributions)

Contributions are welcome here. If you have any ideas or found bugs, please open a pull request or issue.

License
-------

[](#license)

```
Copyright (C) 2024  Darko Gjorgjijoski. All Rights Reserved.
Copyright (C) 2024  IDEOLOGIX MEDIA DOOEL. All Rights Reserved.
Copyright (C) 2024  IgniteKit. All Rights Reserved.

WP Deactivate Feedback is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

WP Deactivate Feedback program is distributed in the hope that it
will be useful,but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License v3
along with this program;

If not, see: https://www.gnu.org/licenses/gpl-2.0.en.html

Code written, maintained by Darko Gjorgjijoski (https://darkog.com)

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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 ~97 days

Total

3

Last Release

593d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/092968da21d868077ffac225d195f167f19435d61409f8ec656136c6f3d6f197?d=identicon)[gdarko](/maintainers/gdarko)

---

Top Contributors

[![gdarko](https://avatars.githubusercontent.com/u/5760249?v=4)](https://github.com/gdarko "gdarko (6 commits)")

### Embed Badge

![Health badge](/badges/ignitekit-wp-deactivate-feedback-client/health.svg)

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

###  Alternatives

[austinhyde/iniparser

A Zend\_Config\_Ini like parser for .ini files.

6845.5k1](/packages/austinhyde-iniparser)

PHPackages © 2026

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