PHPackages                             orchid/settings - 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. orchid/settings

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

orchid/settings
===============

Settings this is key-value storage

5.0.0(4y ago)1117.3k4[1 PRs](https://github.com/tabuna/settings/pulls)1MITPHPPHP ^8.0CI failing

Since Dec 3Pushed 2y ago4 watchersCompare

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

READMEChangelog (6)Dependencies (4)Versions (22)Used By (1)

Laravel Settings
================

[](#laravel-settings)

[![Unit tests](https://github.com/legacy-orchid/settings/workflows/Unit%20tests/badge.svg)](https://github.com/legacy-orchid/settings/workflows/Unit%20tests/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/929b1afb8a8b3c6b9ecc7b99a7b23bfa1a1de4eef8034927427d0e03446e1808/68747470733a2f2f706f7365722e707567782e6f72672f6f72636869642f73657474696e67732f762f737461626c65)](https://packagist.org/packages/orchid/settings)[![Total Downloads](https://camo.githubusercontent.com/83df1d05c27fbdd3521d6fbf5477136cdfd2ea0906ffffd1b75cfe80ad504372/68747470733a2f2f706f7365722e707567782e6f72672f6f72636869642f73657474696e67732f646f776e6c6f616473)](https://packagist.org/packages/orchid/settings)[![License](https://camo.githubusercontent.com/7b3af7c3ef234e39b5c4f96d72a9a7970b1ee2c88331975bc9969aed1e3f5d00/68747470733a2f2f706f7365722e707567782e6f72672f6f72636869642f73657474696e67732f6c6963656e7365)](https://packagist.org/packages/orchid/settings)

The simplest persistent data store using a key to access a value.

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

[](#installation)

Run this at the command line:

```
$ composer require orchid/settings
```

After do the migration:

```
$ php artisan migrate
```

Usage
-----

[](#usage)

To add a new value to the repository you need to use:

```
