An open API service indexing awesome lists of open source software.

https://github.com/yaml/yamlstar-php


https://github.com/yaml/yamlstar-php

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# YAMLStar PHP Binding

PHP binding for the YAMLStar shared library.

```php
load("key: value");
$text = $ys->dump(["foo" => [["bar"]]]);
$ys->close();
```

Install the matching `libyamlstar` release before using this package:

```bash
curl -sSL https://yamlstar.org/install | LIB=1 bash
composer require yaml/yamlstar-php
```