PHPackages                             eliasis-framework/wp-plugin-rating - 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. [Framework](/categories/framework)
4. /
5. eliasis-framework/wp-plugin-rating

AbandonedArchivedEliasis-component[Framework](/categories/framework)

eliasis-framework/wp-plugin-rating
==================================

Show plugin rating in WordPress administration pages for plugins developed with Eliasis Framework.

1.0.1(8y ago)011612MITPHPPHP ^5.3 || ^7.0

Since Feb 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eliasis-framework/wp-plugin-rating)[ Packagist](https://packagist.org/packages/eliasis-framework/wp-plugin-rating)[ RSS](/packages/eliasis-framework-wp-plugin-rating/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (12)Versions (2)Used By (2)

WP Plugin Rating · Eliasis component
====================================

[](#wp-plugin-rating--eliasis-component)

[![Latest Stable Version](https://camo.githubusercontent.com/e8fe769daba4517103f469d76dc0b563f3145c6586eb903b103143816166a82a/68747470733a2f2f706f7365722e707567782e6f72672f656c69617369732d6672616d65776f726b2f77702d706c7567696e2d726174696e672f762f737461626c65)](https://packagist.org/packages/eliasis-framework/wp-plugin-rating)[![License](https://camo.githubusercontent.com/d57ea95bed81ceb85859729fbda1b68f84955ff9c26c445d1a7772c99cf4040b/68747470733a2f2f706f7365722e707567782e6f72672f656c69617369732d6672616d65776f726b2f77702d706c7567696e2d726174696e672f6c6963656e7365)](LICENSE)

[Versión en español](README-ES.md)

Show plugin rating in WordPress administration pages for plugins developed with Eliasis Framework.

This component requires that the page where the action hook will be inserted has been created with [WP\_Menu](https://github.com/Josantonius/WP_Menu).

---

- [Requirements](#requirements)
- [Installation](#installation)
- [Available Methods](#available-methods)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [Tests](#tests)
- [Sponsor](#Sponsor)
- [License](#license)

---

 [![](resources/screenshot-1.png)](resources/screenshot-1.png) [![](resources/screenshot-2.png)](resources/screenshot-2.png)

---

Requirements
------------

[](#requirements)

This component is supported by **PHP versions 5.6** or higher and is compatible with **HHVM versions 3.0** or higher.

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

[](#installation)

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

To install **WP Plugin Rating**, simply:

```
composer require eliasis-framework/wp-plugin-rating

```

The previous command will only install the necessary files, if you prefer to **download the entire source code** you can use:

```
composer require eliasis-framework/wp-plugin-rating --prefer-source

```

You can also **clone the complete repository** with Git:

```
git clone https://github.com/eliasis-framework/wp-plugin-rating.git

```

Available Methods
-----------------

[](#available-methods)

Available methods in this component:

### - Show WordPress plugin rating

[](#--show-wordpress-plugin-rating)

```
Hook::doAction('wp-plugin-rating\display', $slug);
```

AtttributeDescriptionTypeRequired$slugWordPress plugin slug.stringYes**@return** HTML output.

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

[](#quick-start)

To use this component with **Composer**:

```
use Josantonius\Hook\Hook;
```

Usage
-----

[](#usage)

### - Show rating of the Search Inside plugin

[](#--show-rating-of-the-search-inside-plugin)

```
Hook::doAction('wp-plugin-rating\display', 'search-inside');
```

Tests
-----

[](#tests)

To run [tests](tests) you just need [composer](http://getcomposer.org/download/) and to execute the following:

```
git clone https://github.com/eliasis-framework/wp-plugin-rating.git

cd wp-plugin-rating

bash bin/install-wp-tests.sh wordpress_test root '' localhost latest

composer install

```

Run unit tests with [PHPUnit](https://phpunit.de/):

```
composer phpunit

```

Run [WordPress](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/) code standard tests with [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer):

```
composer phpcs

```

Run [PHP Mess Detector](https://phpmd.org/) tests to detect inconsistencies in code style:

```
composer phpmd

```

Run all previous tests:

```
composer tests

```

Sponsor
-------

[](#sponsor)

If this project helps you to reduce your development time, [you can sponsor me](https://github.com/josantonius#sponsor) to support my open source work 😊

License
-------

[](#license)

This repository is licensed under the [MIT License](LICENSE).

Copyright © 2017-2022, [Josantonius](https://github.com/josantonius#contact)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

2

Last Release

2990d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b221283501ec8a9cbaefaf27821a91ae8ddd33bddf1fccc6c6815b7ad216ff1?d=identicon)[Josantonius](/maintainers/Josantonius)

---

Top Contributors

[![josantonius](https://avatars.githubusercontent.com/u/18104336?v=4)](https://github.com/josantonius "josantonius (30 commits)")

---

Tags

eliasiseliasis-frameworkeliasis-modulephpwordpresswordpress-modulewordpress-pluginwordpress-ratingphppluginwordpressEliasishhvmcomponentRating

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/eliasis-framework-wp-plugin-rating/health.svg)

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

###  Alternatives

[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)[justcoded/wordpress-theme-framework

Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.

264.1k2](/packages/justcoded-wordpress-theme-framework)[htmlburger/wpemerge-plugin

A modern WordPress starter plugin which uses the WP Emerge framework

431.2k](/packages/htmlburger-wpemerge-plugin)

PHPackages © 2026

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