文件名称:配置器:简单的配置容器
文件大小:26KB
文件格式:ZIP
更新时间:2024-02-27 08:12:03
config yaml parser json php7
安装 通过作曲家 composer require assada/configurator 要求 PHP:> = 7.0 symfony / yaml:> = 3.2 而不是symfony / yaml建议安装PECL yaml扩展名。 用法 $ config = new Config ([ './configs/test.json' , './configs/test2.json' ]); $ config -> add ( './test3.json' ); $ config -> set ( 'test.set' , 'newData' ); file_put_contents (
【文件预览】:
configurator-master
----.gitignore(2KB)
----src()
--------Parser()
--------Exception()
--------Dumper()
--------Config.php(5KB)
--------Adapter()
--------AbstractConfig.php(3KB)
--------ConfigInterface.php(771B)
----LICENSE.md(34KB)
----composer.json(455B)
----README.md(1KB)