boxunphp/config

PHP 配置类

Installs: 21

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/boxunphp/config

v2.1.2 2020-06-23 11:16 UTC

This package is auto-updated.

Last update: 2025-10-09 11:38:45 UTC


README

PHP 配置类

Usage

<?php
$config = Config::getInstance();
$config->setPath('./');

$data = $config->get('path1/filename.level1.level2');