用于简单配置管理PHP库-由 ( )创建 介绍 Config是一个简单PHP配置管理库,支持多种配置文件格式和可表达的API。 支持的文件格式: PHP 尼尼 JSON格式 YAML XML格式 要求 > = 7.1 使用Composer安装 composer require phlak/config 初始化客户端 首先,导入Config: use PHLAK \ Config \ Config ; 然后实例化该类: $ config = new Config ( $ context , $ prefix = null ); 其中$context是以下之一: 所支持文件类