PHPackages                             shopgo/advanced-config - 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. shopgo/advanced-config

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

shopgo/advanced-config
======================

A utility module that extends Magento 2 config module and adds more features to it.

141PHP

Since May 20Pushed 10y ago2 watchersCompare

[ Source](https://github.com/shopgo-magento2/advanced-config)[ Packagist](https://packagist.org/packages/shopgo/advanced-config)[ RSS](/packages/shopgo-advanced-config/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Advanced Config
===============

[](#advanced-config)

#### Contents

[](#contents)

- [Synopsis](#syn)
- [Overview](#over)
- [Installation](#install)
- [Tests](#tests)
- [Contributors](#contrib)
- [License](#lic)

Synopsis
---------------------------------------

[](#synopsis)

A utility module that extends Magento 2 core config module and adds more features to it.

Overview
----------------------------------------

[](#overview)

Advanced Config utility module extends Magento 2 core config module by adding the ability to read from file based config. The module also provides functions to read from DB based config and to write in it, too.

Installation
-----------------------------------------------

[](#installation)

Below, you can find two ways to install the advanced config module.

### 1. Install via Composer (Recommended)

[](#1-install-via-composer-recommended)

First, make sure that Composer is installed:

Make sure that Packagist repository is not disabled.

Run Composer require to install the module:

```
php /composer.phar require shopgo/advanced-config:*

```

### 2. Clone the advanced-config repository

[](#2-clone-the-advanced-config-repository)

Clone the [advanced-config](https://github.com/shopgo-magento2/advanced-config) repository using either the HTTPS or SSH protocols.

### 2.1. Copy the code

[](#21-copy-the-code)

Create a directory for the advanced config module and copy the cloned repository contents to it:

```
mkdir -p /app/code/ShopGo/AdvancedConfig
cp -R /* /app/code/ShopGo/AdvancedConfig

```

### Update the Magento database and schema

[](#update-the-magento-database-and-schema)

If you added the module to an existing Magento installation, run the following command:

```
php /bin/magento setup:upgrade

```

### Verify the module is installed and enabled

[](#verify-the-module-is-installed-and-enabled)

Enter the following command:

```
php /bin/magento module:status

```

The following confirms you installed the module correctly, and that it's enabled:

```
example
    List of enabled modules:
    ...
    ShopGo_AdvancedConfig
    ...

```

Tests
--------------------------------------

[](#tests)

TODO

Contributors
-----------------------------------------------

[](#contributors)

Ammar ()

License
--------------------------------------

[](#license)

[Open Source License](LICENSE.txt)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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/fade51510807f20e8bcb48cc5dfcb6d379b393d65053b79524792b1f98c784b6?d=identicon)[akai-z](/maintainers/akai-z)

![](https://avatars.githubusercontent.com/u/11798669?v=4)[ShopGo](/maintainers/ShopGo)[@shopgo](https://github.com/shopgo)

### Embed Badge

![Health badge](/badges/shopgo-advanced-config/health.svg)

```
[![Health](https://phpackages.com/badges/shopgo-advanced-config/health.svg)](https://phpackages.com/packages/shopgo-advanced-config)
```

###  Alternatives

[stolz/assets

An ultra-simple-to-use assets management library

289527.4k8](/packages/stolz-assets)[alibabacloud/dysmsapi-20170525

Alibaba Cloud Dysmsapi (20170525) SDK Library for PHP

13435.4k38](/packages/alibabacloud-dysmsapi-20170525)[julien731/wp-review-me

A lightweight library to help you get more reviews for your WordPress theme/plugin

355.6k](/packages/julien731-wp-review-me)

PHPackages © 2026

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