Download the PHP package ayflying/config without Composer
On this page you can find all versions of the php package ayflying/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package config
PHP配置读取
安装
composer require ayflying/config
使用方法
use ayflying\facade\Config;
//读取配置
Config::get("name");
//写入配置
Config::set("name","data");
All versions of config with dependencies
PHP Build Version
Package Version
The package ayflying/config contains the following files
Loading the files please wait ....