configurator
Release time!
작곡가를 통해
composer require assada/configuratorphp :> = 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 ( ' export.json ' , $ config -> dump ( ' json ' ));
var_dump ( $ config -> all ());Configurator는 GPL3.0 라이센스에 따라 릴리스됩니다. 자세한 내용은 번들 라이센스 파일을 참조하십시오.
Alex Ilyenko (@assada)