PHPackages                             samrat131/laravel-options-table - 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. samrat131/laravel-options-table

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

samrat131/laravel-options-table
===============================

Add delete retrive settings/options to laravel application

v1.1(5y ago)010MITPHPPHP &gt;=5.4

Since Aug 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/samrat131/laravel-options-table)[ Packagist](https://packagist.org/packages/samrat131/laravel-options-table)[ RSS](/packages/samrat131-laravel-options-table/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Options Table
=====================

[](#laravel-options-table)

This package allow to add delete retrive options value in laravel applications.

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

[](#installation)

To use laravel-options-table in your project, please use Composer to add the package to your laravel applications

```
composer require samrat131/laravel-options-table

```

Edit `config/app.php` file and add following lines (only for laravel version below 5.5)

```
'providers' => [
	...
	Samrat131\LaravelOptionsTable\OptionServiceProvider::class,
]

```

```
'aliases' => [
	...
	'Option' => Samrat131\LaravelOptionsTable\OptionFacade::class,
]

```

### Vendor Publish &amp; Migrate

[](#vendor-publish--migrate)

Run this command in terminal `php artisan vendor:publish --tag="migrations"` to publish migration file of this package.

After that run `php artisan migrate` to migrate the table. This will create `options` table in your database.

Usage
-----

[](#usage)

### Add value

[](#add-value)

```
Option::set('key', 'value');

```

### Retrive value

[](#retrive-value)

```
Option::get('key');

```

### Delete value

[](#delete-value)

```
Option::drop('key');

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

2084d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ebe7c380f4e7a42ce9aba199198b4562079a2ea32dcb897569a8f00d3afa303?d=identicon)[samrat131](/maintainers/samrat131)

---

Top Contributors

[![samrat131](https://avatars.githubusercontent.com/u/21173123?v=4)](https://github.com/samrat131 "samrat131 (5 commits)")

---

Tags

laravelSettingsoptionslaravel-options

### Embed Badge

![Health badge](/badges/samrat131-laravel-options-table/health.svg)

```
[![Health](https://phpackages.com/badges/samrat131-laravel-options-table/health.svg)](https://phpackages.com/packages/samrat131-laravel-options-table)
```

###  Alternatives

[akaunting/laravel-setting

Persistent settings package for Laravel

495805.1k7](/packages/akaunting-laravel-setting)[edvinaskrucas/settings

Persistent settings package for Laravel framework.

22483.1k1](/packages/edvinaskrucas-settings)

PHPackages © 2026

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