https://github.com/yaml/yamlstar-php
https://github.com/yaml/yamlstar-php
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/yamlstar-php
- Owner: yaml
- License: mit
- Created: 2026-06-23T14:22:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-14T13:56:07.000Z (24 days ago)
- Last Synced: 2026-07-14T15:34:42.056Z (24 days ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```