config:灵活的配置文件加载器,支持多种文件格式

时间:2024-02-27 08:29:41
【文件属性】:

文件名称:config:灵活的配置文件加载器,支持多种文件格式

文件大小:19KB

文件格式:ZIP

更新时间:2024-02-27 08:29:41

config php yaml json xml

配置文件加载器 该库支持多种配置文件格式,例如json,ini,xml,yaml和本机php数组。 它还可以帮助将项目转储到指定的配置文件。 安装 通过作曲家安装 { " require " : { " slince/config " : " ^1.0 " } } 用法 创建一个配置实例 $ config = new Slince \ Config \ Config (); 加载配置文件 加载配置文件 $ config -> load ( '/path/to/config.json' ); 加载包含多个文件的目录 $ config -> load ( '/p


【文件预览】:
config-master
----.scrutinizer.yml(1002B)
----Config.php(4KB)
----ConfigInterface.php(426B)
----Parser()
--------JsonParser.php(944B)
--------IniParser.php(3KB)
--------PHPParser.php(893B)
--------ParserInterface.php(621B)
--------YamlParser.php(2KB)
--------XmlParser.php(1KB)
----Exception()
--------ParseException.php(154B)
--------InvalidArgumentException.php(179B)
--------InvalidFileException.php(165B)
--------UnsupportedFormatException.php(318B)
----phpunit.xml.dist(683B)
----Tests()
--------ConfigTest.php(5KB)
--------Parser()
--------CollectionTest.php(3KB)
--------Fixtures()
----.travis.yml(355B)
----Collection.php(2KB)
----README.md(2KB)
----.gitignore(75B)
----composer.json(722B)

网友评论