radioactivehamster/yaml
Composer 安装命令:
composer require radioactivehamster/yaml
包简介
An extended variant of the Symfony PHP YAML library.
README 文档
README
An extended variant of the Symfony PHP YAML library.
Install
$ composer require radioactivehamster/yaml
Usage
<?php use RadHam\Yaml; $yaml = '[hello, world]'; $data = Yaml::parse($yaml) $file = 'hello-world.yml'; Yaml::parseFile($file);
License
The MIT License (Expat). See the license file for details.
统计信息
- 总下载量: 8.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-24