brightnucleus/config

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.docheader
.github/workflows/code-quality.yml
.github/workflows/testing.yml
.gitignore
CHANGELOG.md
LICENSE
README.md
composer.json
phpcs.xml.dist
phpunit.xml.dist
src/AbstractConfig.php95
src/AbstractConfigSchema.php38
src/Config.php110
A
1 hr
src/ConfigFactory.php107
A
3 hrs
src/ConfigInterface.php16
src/ConfigSchema.php70
src/ConfigSchemaInterface.php8
src/ConfigTrait.php66
src/ConfigValidatorInterface.php6
src/Exception/ConfigException.php6
src/Exception/FailedToInstantiateParentException.php6
src/Exception/FailedToLoadConfigException.php6
src/Exception/FailedToProcessConfigException.php6
src/Exception/FailedToResolveConfigException.php6
src/Exception/InvalidConfigException.php6
src/Exception/InvalidConfigurationSourceException.php6
src/Exception/KeyNotFoundException.php6
src/Loader.php12
src/Loader/AbstractLoader.php34
src/Loader/JSONLoader.php43
src/Loader/LoaderFactory.php49
src/Loader/LoaderInterface.php7
src/Loader/PHPLoader.php43