yiche/config

There is no license information available for the latest version (v1.0) of this package.

基础库-配置管理

Installs: 19

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/yiche/config

v1.0 2019-04-09 05:36 UTC

This package is not auto-updated.

Last update: 2025-10-02 15:27:10 UTC


README

配置管理

  • 安装
  • composer require yiche/config:dev-master
  • php artisan yiche:config-install

使用

use Yiche\Config\Models\SapiConfig;

$config_key = 'ali.oss';
$sapi_config = new SapiConfig();
$config_value = $sapi_config->getConfigValue('ali.oss');