yaml/yamlstar-php
Composer 安装命令:
composer require yaml/yamlstar-php
包简介
PHP binding for YAMLStar
README 文档
README
PHP binding for the YAMLStar shared library.
<?php require 'vendor/autoload.php'; $ys = new YAMLStar\YAMLStar(); $data = $ys->load("key: value"); $text = $ys->dump(["foo" => [["bar"]]]); $ys->close();
Install the matching libyamlstar release before using this package:
curl -sSL https://yamlstar.org/install | LIB=1 bash
composer require yaml/yamlstar-php
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-23