lipscore / ratingsreviews-magento2

lipscore/ratingsreviews-magento2

Lipscore - Supercharged Ratings and Reviews

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0, AFL-3.0

Are you the maintainer of lipscore?

Packagento pulls lipscore's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

Lipscore - Supercharged Ratings and Reviews

Magento 2 plugin by Lipscore. Tested with Magento 2 versions up to 2.4.7.

Installation

1. a) Install From Marketplace

Lipscore Supercharged Reviews

1. b) Install Using Composer

composer require lipscore/ratingsreviews-magento2:2.1.2

1. c) Install Manually

  • Download the extension
  • Unzip the file
  • Create a folder <Magento-root>/app/code/Lipscore/RatingsReviews
  • Copy the content from the unzipped folder
  • Flush cache

2. Enable Lipscore App

bin/magento module:enable --clear-static-content Lipscore_RatingsReviews
bin/magento setup:upgrade

If required:

bin/magento setup:di:compile

3. Configure Lipscore App

Lipscore Documentation

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
2.1.2 stable Fail Magento 2.4.7-2.4.9 Details 2025-05-09 09:44:01
2.1.1 stable Not tested Not yet tested Details 2025-05-06 09:54:23
2.1.0 stable Not tested Not yet tested Details 2025-04-23 08:56:52
2.0.8 stable Not tested Not yet tested Details 2025-03-31 19:54:15
2.0.7 stable Not tested Not yet tested Details 2025-03-19 11:58:44
2.0.6 stable Not tested Not yet tested Details 2025-03-04 13:07:50
2.0.5 stable Not tested Not yet tested Details 2025-02-20 13:43:16
1.4.20 stable Not tested Not yet tested Details 2025-02-19 10:31:03
2.0.4 stable Not tested Not yet tested Details 2025-02-19 10:30:38
2.0.3 stable Not tested Not yet tested Details 2024-11-29 11:52:32
2.0.2 stable Not tested Not yet tested Details 2024-11-29 11:47:09
2.0.1 stable Not tested Not yet tested Details 2024-11-29 11:45:41
1.4.19 stable Not tested Not yet tested Details 2024-11-29 11:43:32
1.4.18 stable Not tested Not yet tested Details 2024-11-29 11:41:03
1.4.17 stable Not tested Not yet tested Details 2024-11-29 10:26:44
2.0.0 stable Not tested Not yet tested Details 2024-11-21 11:15:25
1.4.16 stable Not tested Not yet tested Details 2024-11-12 12:55:59
1.4.15 stable Not tested Not yet tested Details 2024-10-30 09:11:23
1.4.14 stable Not tested Not yet tested Details 2024-10-24 05:53:40
1.4.13 stable Not tested Not yet tested Details 2024-10-14 13:07:40
1.4.12 stable Not tested Not yet tested Details 2024-08-09 11:31:10
1.4.11 stable Not tested Not yet tested Details 2024-05-08 09:27:36
1.4.10 stable Not tested Not yet tested Details 2023-04-03 13:14:32
1.4.9 stable Not tested Not yet tested Details 2023-03-30 12:43:30
1.4.8 stable Not tested Not yet tested Details 2023-03-08 12:15:37
1.4.7 stable Not tested Not yet tested Details 2023-01-16 10:26:56
1.4.6 stable Not tested Not yet tested Details 2022-12-08 15:45:12
1.4.5 stable Not tested Not yet tested Details 2022-12-02 14:19:21
1.4.4 stable Not tested Not yet tested Details 2022-09-26 09:41:31
1.4.3 stable Not tested Not yet tested Details 2022-07-12 09:44:00
1.4.2 stable Not tested Not yet tested Details 2022-07-06 13:39:30
1.4.1 stable Not tested Not yet tested Details 2022-07-05 09:09:19
1.4.0 stable Not tested Not yet tested Details 2021-01-28 10:10:49
1.3.1 stable Not tested Not yet tested Details 2020-10-31 10:30:17
1.3.0 stable Not tested Not yet tested Details 2020-10-19 07:28:16
1.2.2 stable Not tested Not yet tested Details 2020-01-17 10:31:01
1.2.1 stable Not tested Not yet tested Details 2019-05-06 10:55:28
1.2.0 stable Not tested Not yet tested Details 2019-05-05 16:53:10
1.1.1 stable Not tested Not yet tested Details 2018-05-10 05:12:43
1.1.0 stable Not tested Not yet tested Details 2018-02-14 12:54:29
1.0.1 stable Not tested Not yet tested Details 2018-02-01 16:51:09
1.0.0 stable Not tested Not yet tested Details 2017-06-23 12:01:18

Requires 1

Package Constraint
php ~5.5.0|~5.6.0|~7.0|~8.1

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 303 74 errors, 229 warnings (ruleset: Magento2) — 69 auto-fixable with phpcbf
PHPMD Warning 24 24 rule violations (UnusedFormalParameter:12, UndefinedVariable:4, MissingImport:4, UnusedLocalVariable:2, ExcessiveClassComplexity:1)
Cpd Pass 0
Composer validate Info 1 valid; 1 advisory note (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 17 17
2.4.8 18 18
2.4.9 18 18

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
OSL-3.0, AFL-3.0
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.