gorka/config
最新稳定版本:v1.0.0
Composer 安装命令:
composer require gorka/config
包简介
Configuration management
README 文档
README
⚠️ This project is unmaintained and might eventually be removed. Use it at your own risk.
Configuration management
Configuration management for PHP
Example
Given a yaml config file, allows accessing config properties with dot notation interface:
mongo:
user: gorka
pass: s3cr3t
<?php $config = new Config('config.yml'); $config->get('mongo.user');
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-26