mauris/yaml
Composer 安装命令:
composer require mauris/yaml
包简介
Mauris Build of the Symfony Yaml Component
README 文档
README
#Yaml Component
Yaml implements most of the YAML 1.2 specification.
use Symfony\Component\Yaml\Yaml;
$array = Yaml::parse($file);
print Yaml::dump($array);
##Installation
You can install Yaml through Composer:
{
"require": {
"mauris/yaml": "1.0.*"
}
}
Then run:
$ composer install
##Resources
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Yaml/
$ composer.phar install --dev
$ phpunit
统计信息
- 总下载量: 892
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-05-02