PHPackages                             snowsolution/anyconfig - 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. snowsolution/anyconfig

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

snowsolution/anyconfig
======================

017PHP

Since Jan 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/snowsolutions/anyconfig)[ Packagist](https://packagist.org/packages/snowsolution/anyconfig)[ RSS](/packages/snowsolution-anyconfig/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Anyconfig laravel package
=========================

[](#anyconfig-laravel-package)

Overview
--------

[](#overview)

Anyconfig is a laravel package that will give you the application configuration mechanism to store configuration like SMTP credentials, Payment API token, Website theme colors, Enable / Disable toggle setting for multiple features...

Follow the architecture of key / value, you can query any configuration in the system by looking for the configuration path.

Static functions provided, you can get the configuration anywhere

System requirement
------------------

[](#system-requirement)

- Laravel 6.x+
- PHP 7.2+
- Mysql 5.6+

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

[](#installation)

- Run `composer require snowsolution/anyconfig` to install package
- Run `php artisan migrate` to install package schema

Usage
-----

[](#usage)

- To get a configuration value

```
$configValue = \SnowSolution\AnyConfig\Model\Configuration::getValue('path/to/your/config/');

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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/8c0dc5cee0fe5bafadefa5ea4622de8a2ab8da458dfa71a2cda0e80889f33979?d=identicon)[snowsolutions](/maintainers/snowsolutions)

---

Top Contributors

[![psycode68x](https://avatars.githubusercontent.com/u/24990871?v=4)](https://github.com/psycode68x "psycode68x (13 commits)")[![snowsolutions](https://avatars.githubusercontent.com/u/42315625?v=4)](https://github.com/snowsolutions "snowsolutions (1 commits)")

### Embed Badge

![Health badge](/badges/snowsolution-anyconfig/health.svg)

```
[![Health](https://phpackages.com/badges/snowsolution-anyconfig/health.svg)](https://phpackages.com/packages/snowsolution-anyconfig)
```

###  Alternatives

[dtr/ip

An IPv4/v6 Helper Suite for PHP

2129.2k1](/packages/dtr-ip)[shel/neos-commandbar

A commandbar (CMD+K) for Neos CMS

1614.6k1](/packages/shel-neos-commandbar)

PHPackages © 2026

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