PHPackages                             gelim/emconfig - 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. [Database &amp; ORM](/categories/database)
4. /
5. gelim/emconfig

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

gelim/emconfig
==============

An eloquent key value configuration library for laravel project

v0.0.7(2y ago)153MITPHP

Since Oct 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/foroughi1380/EMConfig)[ Packagist](https://packagist.org/packages/gelim/emconfig)[ Docs](https://github.com/foroughi1380/EMConfig)[ RSS](/packages/gelim-emconfig/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (8)Used By (0)

EMConfig
========

[](#emconfig)

[![GitHub license](https://camo.githubusercontent.com/8e3e73bb3d22032a805891cdc1fb0dd04ebc2a89b7bab9d669881a93dc35781b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f726f75676869313338302f454d436f6e666967)](https://github.com/foroughi1380/EMConfig/blob/main/LICENSE)[![Packagist Version](https://camo.githubusercontent.com/8fecf98a8febb37b2ae8355480ce61f528eb30faa0f6a8ced0ffecd78ef928ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656c696d2f656d636f6e666967)](https://camo.githubusercontent.com/8fecf98a8febb37b2ae8355480ce61f528eb30faa0f6a8ced0ffecd78ef928ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656c696d2f656d636f6e666967)

An eloquent key value configuration for laravel projects

installation
------------

[](#installation)

```
$ composer require gelim/emconfig
```

```
$ php artisan vendor:publish --tag=emconfig
```

```
$ php artisan migrate
```

how to use
----------

[](#how-to-use)

comming son

commands
--------

[](#commands)

EMConfig has three main artisan command

- init

```
$ php artisan emconfig:init
```

> this command remove all data in emconfig table and insert new row from ConfigSet.php file

- review

```
$ php aritsan emconfig:review
```

> check ConfigSet.php file and create not exists config

- resetValue (or reset value)

```
$ php artisan resetvalue {scope}
```

> reset all config in specific scope to default Value (value in configSet.php file)
>
> scope argument is optional, when scope not set "default" scope reset to default value

```
$ php artisan resetvalue -a
```

> reset all scope config row to default value

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.8% 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 ~127 days

Recently: every ~190 days

Total

7

Last Release

902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5d4cf3029cf6d45bb33d0391d6bc02c0831146abad5dcf624fe1ec0cc09aeda?d=identicon)[gopex](/maintainers/gopex)

---

Top Contributors

[![foroughi1380](https://avatars.githubusercontent.com/u/55579143?v=4)](https://github.com/foroughi1380 "foroughi1380 (91 commits)")[![erfanrhb](https://avatars.githubusercontent.com/u/60898556?v=4)](https://github.com/erfanrhb "erfanrhb (1 commits)")[![mmdbikhodi](https://avatars.githubusercontent.com/u/93034152?v=4)](https://github.com/mmdbikhodi "mmdbikhodi (1 commits)")

---

Tags

laravelconfigurationconfigeloquentsystem configurationlaravel config librarylaravel config packageconfiguration library

### Embed Badge

![Health badge](/badges/gelim-emconfig/health.svg)

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

###  Alternatives

[elipzis/laravel-cacheable-model

Automatic query-based model cache for your Laravel app

15546.1k](/packages/elipzis-laravel-cacheable-model)[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[illuminatech/config

Provides support for Laravel application runtime configuration managed in persistent storage

14921.0k1](/packages/illuminatech-config)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[cornford/setter

An easy way to integrate Database Settings with Laravel.

131.0k](/packages/cornford-setter)

PHPackages © 2026

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