fastd / config
config container
Installs: 19 282
Dependents: 10
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=5.6
- fastd/utils: ^0.2
- symfony/yaml: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2024-10-29 09:13:04 UTC
README
简单的 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
如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠
贡献
非常欢迎感兴趣,愿意参与其中,共同打造更好PHP生态,Swoole生态的开发者。
如果你乐于此,却又不知如何开始,可以试试下面这些事情:
- 在你的系统中使用,将遇到的问题 反馈。
- 有更好的建议?欢迎联系 bboyjanhuang@gmail.com 或 新浪微博:编码侠。
联系
如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠