PHPackages                             magenizr/magento2-scopeinfo - 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. magenizr/magento2-scopeinfo

ActiveMagento2-module

magenizr/magento2-scopeinfo
===========================

This module provides you a list of changes from `core\_config\_data` whenever a value is overridden in a lower scope.

1.0.3(2y ago)54.5k↑417.2%1OSL-3.0PHP

Since Jul 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/magenizr/Magenizr_ScopeInfo)[ Packagist](https://packagist.org/packages/magenizr/magento2-scopeinfo)[ Patreon](https://www.patreon.com/magenizr)[ RSS](/packages/magenizr-magento2-scopeinfo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (4)Used By (0)

[![Magenizr Plus](https://camo.githubusercontent.com/41801bf1cd6d819f836c4ad512f40152ebe3d3f25412f7b2b8a07436e5076d7b/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f31312f36622f79564f4f6c6f61415f6f2e676966)](https://account.magenizr.com)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

[![Latest Stable Version](https://camo.githubusercontent.com/5f454b0a0b5e3c18c5b040b40a7f4371abf2ad798294c98c72d1ea39130c6920/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d73636f7065696e666f2f76)](https://packagist.org/packages/magenizr/magento2-scopeinfo) [![Total Downloads](https://camo.githubusercontent.com/b66a5b57ba6d77bfdca35aec3724ab6dbed9aba724284242de2cb2b037f795e6/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d73636f7065696e666f2f646f776e6c6f616473)](https://packagist.org/packages/magenizr/magento2-scopeinfo) [![Latest Unstable Version](https://camo.githubusercontent.com/67bea995206f65895a7545ee6ee2e992bfc281f3e18437f42eae60454299948f/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d73636f7065696e666f2f762f756e737461626c65)](https://packagist.org/packages/magenizr/magento2-scopeinfo) [![License](https://camo.githubusercontent.com/02e44a04c79e45be025b5a24a8545499f44b92885dd0c6778bf86001383d70ee/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d73636f7065696e666f2f6c6963656e7365)](https://packagist.org/packages/magenizr/magento2-scopeinfo) [![PHP Version Require](https://camo.githubusercontent.com/bddf58fb78699a2a8ba1ae337260b1e8525604a3f257b3890bf6fb4c8581c2f6/68747470733a2f2f706f7365722e707567782e6f72672f6d6167656e697a722f6d6167656e746f322d73636f7065696e666f2f726571756972652f706870)](https://packagist.org/packages/magenizr/magento2-scopeinfo)

Scope Info
==========

[](#scope-info)

This module provides you a list of changes from `core_config_data` whenever a value is overridden in a lower scope.

[![Magenizr ScopeInfo - Backend](https://camo.githubusercontent.com/00909c2a33fbb2d1a6953c8f86fb53aadc2554110e0b92de9d1a21de990548fc/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f66322f35632f364b4a56574c56525f6f2e706e67)](https://camo.githubusercontent.com/00909c2a33fbb2d1a6953c8f86fb53aadc2554110e0b92de9d1a21de990548fc/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f66322f35632f364b4a56574c56525f6f2e706e67)[![Magenizr ScopeInfo - Backend](https://camo.githubusercontent.com/a2fe05c7d7f46367b71f446fb56db2688be7283f5601c4544dc049197c9e54a9/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f61332f33642f7a766570744476725f6f2e706e67)](https://camo.githubusercontent.com/a2fe05c7d7f46367b71f446fb56db2688be7283f5601c4544dc049197c9e54a9/68747470733a2f2f696d61676573322e696d67626f782e636f6d2f61332f33642f7a766570744476725f6f2e706e67)

System Requirements
-------------------

[](#system-requirements)

- Magento 2.3.x, 2.4.x
- PHP 7.x, 8.1

Installation (Composer 2)
-------------------------

[](#installation-composer-2)

1. Update your composer.json `composer require "magenizr/magento2-scopeinfo":"1.0.3" --no-update`
2. Use `composer update magenizr/magento2-scopeinfo --no-install` to update your composer.lock file.

```
Updating dependencies
Lock file operations: 1 install, 1 update, 0 removals
  - Locking magenizr/magento2-scopeinfo (1.0.3)

```

3. And then `composer install` to install the package.

```
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 1 install, 0 update, 0 removals
  - Installing magenizr/magento2-scopeinfo (1.0.3): Extracting archive

```

4. Enable the module and clear static content.

```
php bin/magento module:enable Magenizr_ScopeInfo --clear-static-content

```

Installation (Manually)
-----------------------

[](#installation-manually)

1. Download the code.
2. Extract the downloaded tar.gz file. Example: `tar -xzf Magenizr_ScopeInfo_1.0.3.tar.gz`.
3. Copy the code into `./app/code/Magenizr/ScopeInfo/`.
4. Enable the module and clear static content.

```
php bin/magento module:enable Magenizr_ScopeInfo --clear-static-content

```

Features
--------

[](#features)

- Shows a list of `core_config_data` changes in lower scopes
- Scopes are linked so that you can open it in a new tab

Usage
-----

[](#usage)

Simply go to `Stores > Configuration > Advanced > System > Scope Info`, enable the module and clear the cache.

Support
-------

[](#support)

If you experience any issues, don't hesitate to open an issue on [Github](https://github.com/magenizr/Magenizr_ScopeInfo/issues).

Contact
-------

[](#contact)

Follow us on [GitHub](https://github.com/magenizr), [Twitter](https://twitter.com/magenizr) and [Facebook](https://www.facebook.com/magenizr).

History
-------

[](#history)

===== 1.0.3 =====

- Update version in composer.json to fix issue during installation

===== 1.0.2 =====

- Fix JS error `Cannot read properties of null` on Payment and Shipment configuration page

===== 1.0.1 =====

- Cleanup various files to meet coding standards (EQP, ECG)
- Don't remove default comments and optimize compatibility [\#1](https://github.com/magenizr/Magenizr_ScopeInfo/pull/1)

===== 1.0.0 =====

- Stable version

License
-------

[](#license)

[OSL - Open Software Licence 3.0](https://opensource.org/licenses/osl-3.0.php)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.6% 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 ~509 days

Total

3

Last Release

754d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/605a729e99c0436f040a96767ee730868d660203396a8666a521fb77f5d93bd2?d=identicon)[magenizr](/maintainers/magenizr)

---

Top Contributors

[![magenizr](https://avatars.githubusercontent.com/u/36174840?v=4)](https://github.com/magenizr "magenizr (11 commits)")[![BeardTech](https://avatars.githubusercontent.com/u/19796076?v=4)](https://github.com/BeardTech "BeardTech (2 commits)")

---

Tags

environmentscopesmagento 2core\_config\_dataOverridden

### Embed Badge

![Health badge](/badges/magenizr-magento2-scopeinfo/health.svg)

```
[![Health](https://phpackages.com/badges/magenizr-magento2-scopeinfo/health.svg)](https://phpackages.com/packages/magenizr-magento2-scopeinfo)
```

###  Alternatives

[vlucas/phpdotenv

Loads environment variables from `.env` to `getenv()`, `$\_ENV` and `$\_SERVER` automagically.

13.5k602.4M5.4k](/packages/vlucas-phpdotenv)[sebastian/environment

Provides functionality to handle HHVM/PHP environments

6.8k871.7M66](/packages/sebastian-environment)[symfony/dotenv

Registers environment variables from a .env file

3.8k226.7M2.3k](/packages/symfony-dotenv)[mageplaza/module-smtp

SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers

3015.9M8](/packages/mageplaza-module-smtp)[magepal/magento2-gmailsmtpapp

Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers

3321.8M2](/packages/magepal-magento2-gmailsmtpapp)[foroco/php-browser-detection

Ultra fast PHP library to detect browser, OS, platform and device type by User-Agent parsing

1554.7M7](/packages/foroco-php-browser-detection)

PHPackages © 2026

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