Skip to content

yaml/yamlstar-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLStar PHP Binding

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages