netresearch / module-admin-notification-feed

netresearch/module-admin-notification-feed

Admin Notification Feed

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

Netresearch Admin Notification Feed Extension

The Netresearch Admin Notification Feed extension for Magento® 2 allows
subscribing to news feeds that show up in the admin notifications.

Requirements

  • PHP >= 8.3

Compatibility

  • Magento >= 2.4.8

Installation Instructions

Install sources:

composer require netresearch/module-admin-notification-feed

Enable module:

./bin/magento module:enable Netresearch_AdminNotificationFeed
./bin/magento setup:upgrade

Flush cache and compile:

./bin/magento cache:flush
./bin/magento setup:di:compile

Uninstallation

To unregister the carrier module from the application, run the following command:

./bin/magento module:uninstall --remove-data Netresearch_AdminNotificationFeed
composer update

This will automatically remove source files, clean up the database, update package dependencies.

License

OSL - Open Software Licence 3.0

Copyright

(c) 2024 Netresearch DTT GmbH

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

1.3.1

Changed

  • Use tilde version range for PHP requirement to match Magento framework convention.

1.3.0

Magento 2.4.9 compatibility release

Added

  • Support for Magento 2.4.9
  • Support for PHP 8.5

1.2.0

Added

  • PHP 8.4 support
  • Compatibility for Magento 2.4.8

Removed

  • PHP 8.2 support

1.1.0

Added

  • Compatibility for Magento 2.4.7.

Removed

  • PHP7.x support
  • PHP8.1 support

1.0.0

Initial release with DHL blog feed enabled.

Versions
Version Stability QA Status Compatibility Released
1.3.1 stable Fail Not yet tested Details 2026-06-03 09:36:53
1.3.0 stable Not tested Not yet tested Details 2026-06-02 15:09:49
1.2.0 stable Not tested Not yet tested Details 2025-07-02 14:35:20
1.1.0 stable Not tested Not yet tested Details 2024-05-27 13:48:56
1.0.0 stable Not tested Not yet tested Details 2022-05-25 08:16:44

Requires 6

Package Constraint
laminas/laminas-feed ^2.23.1
magento/framework ^103.0.8
magento/module-backend ^102.0.8
magento/module-cron ^100.4.8
magento/module-ui ^101.2.8
php ~8.3.0||~8.4.0||~8.5.0

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 not tested not tested
2.4.8 not tested not tested
2.4.9 not tested not tested

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 Warning 9 9 warnings (ruleset: Magento2) — 2 auto-fixable with phpcbf
PHPMD Warning 5 5 rule violations (UnusedFormalParameter:3, MissingImport:2)
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. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A Error
2.4.8 7 7
2.4.9 7 7

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
Authors

More from netresearch

View vendor
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.