PHPackages                             intelrx/sitesettings - 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. intelrx/sitesettings

Abandoned → [raza9798/siteconfig](/?search=raza9798%2Fsiteconfig)Library[Utility &amp; Helpers](/categories/utility)

intelrx/sitesettings
====================

A Laravel package for managing site configurations.

3.2(12mo ago)111.8k1MITPHPPHP ^8.2

Since Aug 29Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Raza9798/siteconfig)[ Packagist](https://packagist.org/packages/intelrx/sitesettings)[ RSS](/packages/intelrx-sitesettings/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

SiteConfig Laravel Package
==========================

[](#siteconfig-laravel-package)

This Laravel package provides a simple and efficient way to manage site settings / enviromental variables via database. You can store, retrieve, update, and delete configuration settings on a application using the SiteConfig class.

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

[](#installation)

To install the package, add it to your Laravel project using Composer:

```
$ composer require raza9798/siteconfig
$ php artisan siteconfig:env-sync
```

Usage
=====

[](#usage)

usage in the web base application

```
# import facade
use Core\Siteconfig\Config;

# working with method
Config::save('phone', '123'); # store method
Config::show('phone'); # get method
Config::update('phone', '18487'); # update method
Config::delete('phone'); #delete method
Config::list(); # showing all variables as array
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance51

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

364d ago

Major Versions

1.0.0 → 2.0.02024-09-30

2.0.0 → 3.0.02025-05-12

PHP version history (2 changes)1.0.0PHP ^8.3

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8d8228f81c4ea1348c4a88082f31078b035910aec00d21848c70aa77af3552?d=identicon)[Raza9798](/maintainers/Raza9798)

---

Top Contributors

[![Raza9798](https://avatars.githubusercontent.com/u/59387235?v=4)](https://github.com/Raza9798 "Raza9798 (14 commits)")

---

Tags

laravellaravel-frameworklaravel11phpphp83phplaravelconfigurationSettingspackageenvironmentapplicationsiteconfig

### Embed Badge

![Health badge](/badges/intelrx-sitesettings/health.svg)

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

###  Alternatives

[sajadsdi/laravel-setting-pro

Easy settings management for laravel framework

1315.9k](/packages/sajadsdi-laravel-setting-pro)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

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