PHPackages                             weberinformatics/magento2-hide-products - 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. weberinformatics/magento2-hide-products

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

weberinformatics/magento2-hide-products
=======================================

Magento 2 extension for hiding products by customer groups.

40PHP

Since Mar 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ja-weber/magento2-hide-products)[ Packagist](https://packagist.org/packages/weberinformatics/magento2-hide-products)[ RSS](/packages/weberinformatics-magento2-hide-products/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Magento 2 Extension. Hide Products by Customer Groups
=====================================================

[](#magento-2-extension-hide-products-by-customer-groups)

After installing and configuring the extension, products will be hidden for specific customer groups.

Installation
============

[](#installation)

To install use the following composer command:

```
composer require weberinformatics/magento2-hide-products

```

Then enable the module:

```
bin/magento module:enable WeberInformatics_HideProducts
bin/magento setup:upgrade

```

And clean the cache:

```
bin/magento cache:clean

```

Configuration
=============

[](#configuration)

Add rules for hiding products in **`etc/config.json`**. Example:

```
{
  "hideRules": [
    {
      "productId": 1,
      "customerGroupIds": [1, 2]
    },
    {
      "productId": 3,
      "customerGroupIds": [4, 5]
    }
  ]
}

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/326ff5e74b3132abf8b8dbe179db333f9c6e1debaf87fac3e65a99c2d1084a0d?d=identicon)[weberinformatics](/maintainers/weberinformatics)

---

Top Contributors

[![ja-weber](https://avatars.githubusercontent.com/u/22726216?v=4)](https://github.com/ja-weber "ja-weber (1 commits)")

### Embed Badge

![Health badge](/badges/weberinformatics-magento2-hide-products/health.svg)

```
[![Health](https://phpackages.com/badges/weberinformatics-magento2-hide-products/health.svg)](https://phpackages.com/packages/weberinformatics-magento2-hide-products)
```

###  Alternatives

[jordanmiguel/laravel-popular

A Laravel package to track popularity of entries(by Models) in a website at a certain time.

659.6k1](/packages/jordanmiguel-laravel-popular)[jaaulde/php-ipv4

PHP classes for working with IPV4 addresses and networks.

1034.6k](/packages/jaaulde-php-ipv4)[ip2location/ip2location-cakephp

Lookup for visitor's IP information, such as country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type.

224.6k](/packages/ip2location-ip2location-cakephp)

PHPackages © 2026

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