{"id":20916193,"url":"https://github.com/yannoff/yamltools","last_synced_at":"2026-05-07T02:39:33.464Z","repository":{"id":39617009,"uuid":"173333297","full_name":"yannoff/yamltools","owner":"yannoff","description":"Command-line utility to juggle easily between JSON and YAML","archived":false,"fork":false,"pushed_at":"2024-03-11T21:40:06.000Z","size":1443,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T10:00:42.306Z","etag":null,"topics":["comments","json","json-parser","json-to-yaml","yaml","yaml-parser","yaml-to-json"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yannoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-01T16:23:01.000Z","updated_at":"2024-01-03T18:49:45.000Z","dependencies_parsed_at":"2023-11-25T11:26:37.941Z","dependency_job_id":"444eed48-a6a5-401a-91ae-112642b9cc5c","html_url":"https://github.com/yannoff/yamltools","commit_stats":{"total_commits":89,"total_committers":2,"mean_commits":44.5,"dds":0.0786516853932584,"last_synced_commit":"4fbbd746a48d8dd6dfeaab998869c2c8dd1923e7"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/yannoff/yamltools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fyamltools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fyamltools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fyamltools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fyamltools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yannoff","download_url":"https://codeload.github.com/yannoff/yamltools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yannoff%2Fyamltools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32720771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comments","json","json-parser","json-to-yaml","yaml","yaml-parser","yaml-to-json"],"created_at":"2024-11-18T16:20:25.334Z","updated_at":"2026-05-07T02:39:33.434Z","avatar_url":"https://github.com/yannoff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yannoff/yamltools\n\nThe YAML Tools Project: A command-line swiss-knife for `YAML`, written in PHP.\n\n\n[![Latest Stable Version](https://poser.pugx.org/yannoff/yamltools/v/stable)](https://packagist.org/packages/yannoff/yamltools)\n[![Total Downloads](https://poser.pugx.org/yannoff/yamltools/downloads)](https://packagist.org/packages/yannoff/yamltools)\n[![License](https://poser.pugx.org/yannoff/yamltools/license)](https://packagist.org/packages/yannoff/yamltools)\n\n\n## Requirements\n\n- `php` 5.6.40+\n- `go-md2man` for advanced configuration (see [Advanced install section](#advanced-install) for details)\n\n\n## Installation\n\n### Quick install\n\n#### Option A: As a composer global package\n\n_The [yamltools phar](https://github.com/yannoff/yamltools/releases/latest/download/yamltools) may be installed as a global package using [composer](https://getcomposer.org/) or [offenbach](https://github.com/yannoff/offenbach)._\n\n```bash\ncomposer global require yannoff/yamltools\n```\n\nor\n\n```bash\noffenbach global require yannoff/yamltools\n```\n\n\u003e *The `$COMPOSER_HOME/vendor/bin` directory have to be in the `PATH` system-wide environment variable.*\n\n#### Option B: Manual download\n\nGet the latest release and install it\n\n```\ncurl -Lo /usr/bin/yamltools https://github.com/yannoff/yamltools/releases/latest/download/yamltools\nchmod +x /usr/bin/yamltools\n```\n\n\u003e _The `/usr/bin/yamltools` path is just an example, fell free to replace by any custom binary file path._\n\n### Advanced install\n\n1. Clone or fetch a zipball from this repository\n2. Run configure if you want to fine-tune installation parameters (run `./configure --help` to see available options and invocation _modus operandi_).\n3. Compille \u0026 install: `make \u0026\u0026 sudo make install`\n\n## Usage\n\nThe YAML Tools Project comes with several utilities to handle YAML from the command-line:\n\n- [Converter](doc/converter.md) : Juggle easily between `JSON` \u0026 `YAML` formats\n- [Comments](doc/comments.md) : Manipulate YAML comments: export, import \u0026 merge\n\n## Acknowledgement\n\nThe YAML Tools Project is based on the well-known [symfony/yaml](https://github.com/symfony/yaml) component,\nwhich implements its own engine to dump/parse YAML data.\n\nTwo reasons motivated the choice:\n\n- The component is a standalone, pure PHP implementation: no need to have the [Yaml PHP extension](http://pecl.php.net/package/yaml) installed, guaranteeing a wider support for many platforms.\n- The dumps are more pretty-print oriented, and more flexible, allowing to customize indentation and inline wrapping level.\n\nThe major drawback on the other hand is that the component is [not fully compliant](https://symfony.com/doc/3.4/components/yaml/yaml_format.html#unsupported-yaml-features) with YAML Standards. \n\n## Credits\n\nLicensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyannoff%2Fyamltools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyannoff%2Fyamltools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyannoff%2Fyamltools/lists"}