pusha/ vdf-parser
适用于各种语言的键值编解码器
1.0.1
2017-04-22 12:08 UTC
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2024-09-15 04:19:34 UTC
README
格式: https://developer.valvesoftware.com/wiki/KeyValues
VDF可能包含注释。然而,在解码过程中它们不会被保留。
通过Composer安装
添加依赖
composer require pusha/vdf-parser
使用方法
use Pusha\VDFParser\VDF; VDF::decode(); VDF::encode();
许可证
查看许可证文件。