Registry / config / bermudaphp-config

bermudaphp-config

JSON →
library1.4.0phppackagistunverified

Configuration management library.

composer require bermudaphp/config
INSTALL
IMPORT
SIG · BERMUDAPHP-CONFIG
B
bermudaphp-config
configphpv1.4.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.

Config
use Bermuda\Config\Config;

Loads and retrieves configuration values.

<?php require 'vendor/autoload.php'; use Bermuda\Config\Config; $config = new Config(['app' => ['name' => 'MyApp']]); echo $config->get('app.name');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Resources
bermudaphp-config — pip install bermudaphp-config · libregistry