Registry / config / anax-configure

anax-configure

JSON →
library2.0.1phppackagistunverified

Anax Configure module, for reading config files.

composer require anax/configure
INSTALL
IMPORT
SIG · ANAX-CONFIGURE
A
anax-configure
configphpv2.0.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.

Configure
use Anax\Configure\Configure;

Load and read a configuration file

use Anax\Configure\Configure; $config = new Configure(); $config->load(__DIR__ . '/config.php'); $value = $config->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
44
Resources
anax-configure — pip install anax-configure · libregistry