Registry / config / willphp-config

willphp-config

JSON →
library1.1.1phppackagistunverified

Configuration handling component for the WillPHP MVC framework.

composer require willphp/config
INSTALL
IMPORT
SIG · WILLPHP-CONFIG
W
willphp-config
configphpv1.1.1
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 WillPHP\Config\Config;

Create a configuration object and retrieve a value.

use WillPHP\Config\Config; $config = new Config(['db_host' => 'localhost']); echo $config->get('db_host');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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