PHPackages                             railken/lara-ore-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. [API Development](/categories/api)
4. /
5. railken/lara-ore-config

ActiveLibrary[API Development](/categories/api)

railken/lara-ore-config
=======================

Customize Laravel configuration using the database

v0.3.1(2y ago)0134MITPHPPHP &gt;=8.2

Since Oct 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/amethyst-php/config)[ Packagist](https://packagist.org/packages/railken/lara-ore-config)[ RSS](/packages/railken-lara-ore-config/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (21)Used By (0)

Config
======

[](#config)

[![Action Status](https://github.com/amethyst-php/config/workflows/test/badge.svg)](https://github.com/amethyst-php/config/actions)[![Amethyst](https://camo.githubusercontent.com/938afa1bdd4820c0a11a02f7ec68d0519797fd7bde84651bf267db5203d3dca0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b6167652d416d6574687973742d376535376332)](https://github.com/amethyst-php/amethyst)

Customize Laravel configuration using the database.

Requirements
============

[](#requirements)

- PHP from 7.2 to 7.4
- Laravel from 5.8 to 8.x

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

[](#installation)

You can install it via [Composer](https://getcomposer.org/) by typing the following command:

```
composer require amethyst/config
```

The package will automatically register itself.

Usage
-----

[](#usage)

A simple usage looks like this

```
app('amethyst')->get('config')->createOrFail([
    'key' => 'app.name',
    'value' => 'My Application'
]);
```

There are only 2 attributes (`key` and `value`) and the validation is pretty basic. When the ServiceProvider is booted or when a new record is saved, all records will be merged with the current configuration. This means you can override the current laravel configuration or create your own. The attribute `key` works with dot notation too, so key can be also for e.g. `app.name`.

Keep in mind that this is an [Amethyst Package](https://github.com/amethyst-php/amethyst), if you wish to see the full list of available features and customization please check [core](https://github.com/amethyst-php/core)

Api
---

[](#api)

There are no additional routes in this package, only the default provided by the [core](https://github.com/amethyst-php/core).

Testing
-------

[](#testing)

- Clone this repository
- Copy the default `phpunit.xml.dist` to `phpunit.xml`
- Change the environment variables as you see fit
- Launch `./vendor/bin/phpunit`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~105 days

Recently: every ~382 days

Total

20

Last Release

774d ago

PHP version history (3 changes)v0.1.0PHP &gt;=7.1

v0.2.0PHP &gt;=7.2

v0.3.0PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![railken](https://avatars.githubusercontent.com/u/26530231?v=4)](https://github.com/railken "railken (123 commits)")

---

Tags

amethystamethyst-packageapiconfiglaravelutilitylaravelconfigamethystamethyst-config

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/railken-lara-ore-config/health.svg)

```
[![Health](https://phpackages.com/badges/railken-lara-ore-config/health.svg)](https://phpackages.com/packages/railken-lara-ore-config)
```

PHPackages © 2026

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