Registry / config / league-config

league-config

JSON →
library1.2.0phppackagistunverified

Define configuration arrays with strict schemas and access values with dot notation

composer require league/config
INSTALL
IMPORT
SIG · LEAGUE-CONFIG
L
league-config
configphpv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Configuration
use League\Config\Configuration;

Access configuration values using dot notation

use League\Config\Configuration; $config = new Configuration(['app' => ['name' => 'MyApp']]); echo $config->get('app.name');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
league-config — pip install league-config · libregistry