PHPackages                             tripteki/laravelphp-setting - 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. tripteki/laravelphp-setting

ActiveLibrary

tripteki/laravelphp-setting
===========================

Trip Teknologi's Laravel.php Settings

1.0.3(1y ago)01413MITPHPPHP ^8.0.2

Since Nov 2Pushed 1y agoCompare

[ Source](https://github.com/tripteki/laravelphp-setting)[ Packagist](https://packagist.org/packages/tripteki/laravelphp-setting)[ Docs](https://github.com/tripteki/laravelphp-setting)[ RSS](/packages/tripteki-laravelphp-setting/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (3)

Setting
=======

[](#setting)

This package provides implementation of setting in repository pattern for Lumen and Laravel besides REST API starterpack of admin management with no intervention to codebase and keep clean.

Getting Started
---------------

[](#getting-started)

Installation :

```
composer require tripteki/laravelphp-setting

```

How to use it :

- Put `Tripteki\Setting\Providers\SettingServiceProvider` to service provider configuration list.
- Put `Tripteki\Setting\Providers\SettingServiceProvider::ignoreMigrations()` into `register` provider, then publish migrations file into your project's directory with running (optionally) :

```
php artisan vendor:publish --tag=tripteki-laravelphp-setting-migrations

```

- Migrate.

```
php artisan migrate

```

- Publish tests file into your project's directory with running (optionally) :

```
php artisan vendor:publish --tag=tripteki-laravelphp-setting-tests

```

- Sample :

```
use Tripteki\Setting\Contracts\Repository\Admin\ISettingRepository as ISettingAdminRepository;
use Tripteki\Setting\Contracts\Repository\ISettingRepository;

$settingAdminRepository = app(ISettingAdminRepository::class);

// $settingAdminRepository->create([ "key" => "key", "value" => "...", ]); //
// $settingAdminRepository->delete("key"); //
// $settingAdminRepository->update("key", [ "value" => "...", ]); //
// $settingAdminRepository->get("key"); //
// $settingAdminRepository->all(); //

$repository = app(ISettingRepository::class);
// $repository->setUser(...); //
// $repository->getUser(); //

// $repository->setup("key", "value"); //
// $repository->setdown("key"); //
// $repository->all(); //
```

- Generate swagger files into your project's directory with putting this into your annotation configuration (optionally) :

```
base_path("app/Http/Controllers/Setting")

```

```
base_path("app/Http/Controllers/Admin/Setting")

```

Usage
-----

[](#usage)

`php artisan adminer:install:setting`

Author
------

[](#author)

- Trip Teknologi ([@tripteki](https://linkedin.com/company/tripteki))
- Hasby Maulana ([@hsbmaulana](https://linkedin.com/in/hsbmaulana))

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3bcb25d4bbf5d664b8dd7cc7e5c194f876f54c994a1b3b9ebeaab370f577025a?d=identicon)[tripteki](/maintainers/tripteki)

---

Top Contributors

[![hsbmaulana](https://avatars.githubusercontent.com/u/38196994?v=4)](https://github.com/hsbmaulana "hsbmaulana (7 commits)")

---

Tags

bannet

### Embed Badge

![Health badge](/badges/tripteki-laravelphp-setting/health.svg)

```
[![Health](https://phpackages.com/badges/tripteki-laravelphp-setting/health.svg)](https://phpackages.com/packages/tripteki-laravelphp-setting)
```

PHPackages © 2026

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