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.

50PHP

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 today

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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

[snapshotpl/zf-snap-geoip

MaxMind GeoIP Module for Zend Framework 2

1512.9k](/packages/snapshotpl-zf-snap-geoip)

PHPackages © 2026

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