jonlambert/application-settings

There is no license information available for the latest version (dev-master) of this package.

A class-based application settings plugin. More information to follow soon on the GitHub repo.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jonlambert/application-settings

dev-master 2016-04-18 11:25 UTC

This package is not auto-updated.

Last update: 2025-11-04 13:14:01 UTC


README

Local application settings tied to installation.

Usage

Settings::set('example.foo', 'Hello, world');
Settings::get('example.foo'); // => 'Hello, world'