shlinkio/shlink-config
最新稳定版本:v4.0.0
Composer 安装命令:
composer require shlinkio/shlink-config
包简介
Utils to load, parse and work with configuration on Shlink project
README 文档
README
Utils to load, parse and work with configuration on Shlink project.
Installation
Install this tool using composer.
composer install shlinkio/shlink-config
This library is also a mezzio module which provides its own
ConfigProvider. Add it to your configuration to get everything automatically set up.
Included utils
loadConfigFromGlob: Function which expects a glob pattern and loads and merges all config files that match it.EnvVarLoaderProvider: A config provider which loads the entries of the loaded config into env vars and always returns empty. Designed to be the first config provider in the pipeline.DottedAccessConfigAbstractFactory: An abstract factory that lets any config param to be fetched as a service by using theconfig.foo.barnotation.
统计信息
- 总下载量: 76.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知