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

ActiveLibrary

webmachine/settings
===================

Settings for Laravel 5

0340↓100%PHP

Since Mar 10Pushed 4y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Settings for Laravel 5
======================

[](#settings-for-laravel-5)

Install
-------

[](#install)

Via Composer

```
$ composer require webmachine/settings
```

Next, you must install the service provider and facade alias:

```
// config/app.php
'providers' => [
    ...
    Webmachine\Settings\SettingsServiceProvider::class,
];

...

'aliases' => [
    ...
    'Settings' => Webmachine\Settings\SettingsFacade::class,
];
```

Publish

```
$ php artisan vendor:publish --provider="Webmachine\Settings\SettingsServiceProvider"
```

Usage
-----

[](#usage)

In your models or controllers:

```
...
use Webmachine\Settings\SettingsFacade as Settings;

class Foo extends ... {
    ...
    public function myfoo() {
        $my_setting = Settings::get('mygroup.mysetting');
    }
}
```

In your views

```
Settings::get('mygroup.mysetting')
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/71db86d24b04a18c9016c8b517c9021df438cd3ad4a704bd5a5d2131ca58c1fc?d=identicon)[webmachine](/maintainers/webmachine)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webmachine-settings/health.svg)

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

PHPackages © 2026

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