Registry / config / zongphp-config

zongphp-config

JSON →
library2.0phppackagistunverified

A configuration management component for PHP applications, supporting multiple formats.

composer require zongphp/config
INSTALL
IMPORT
SIG · ZONGPHP-CONFIG
Z
zongphp-config
configphpv2.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 Zong\Config\Config;

Load a configuration file and retrieve a value.

use Zong\Config\Config; $config = new Config(); $config->load('config.php'); $value = $config->get('database.host');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
OpenAI (training)
1
Resources
zongphp-config — pip install zongphp-config · libregistry