Skip to content

fastdlabs/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

简单的 PHP 配置解析器,依赖实现于: Utils

Requirements

  • PHP >= 5.6

Composer

composer require fastd/config

Usage

use FastD\Config\Config;

$config = new Config(array $config, array $variables = []);

$config->load($file);

$config->find($key, $default);

变量使用 % 来标记. 如: %name%

Testing

phpunit

Support

如果你在使用中遇到问题,请联系: [email protected]. 微博: 编码侠

贡献

非常欢迎感兴趣,愿意参与其中,共同打造更好PHP生态,Swoole生态的开发者。

如果你乐于此,却又不知如何开始,可以试试下面这些事情:

联系

如果你在使用中遇到问题,请联系: [email protected]. 微博: 编码侠

License MIT