wherd/config

又一配置包装器

v1.0.2 2023-02-10 14:17 UTC

This package is not auto-updated.

Last update: 2024-09-21 19:36:36 UTC


README

又一配置包装器。

安装

使用composer安装

composer require wherd/config

用法

use Wherd\Config\PhpAdapter;

$config = new PhpAdapter();
$data = $config->load('filename.php');