An extended variant of the Symfony PHP YAML library.

Installs: 8 694

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/radioactivehamster/yaml

0.2.0 2016-02-24 23:17 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:13:25 UTC


README

An extended variant of the Symfony PHP YAML library.

Packagist Version GitHub license Build Status

Install

$ composer require radioactivehamster/yaml

Usage

<?php

use RadHam\Yaml;

$yaml = '[hello, world]';
$data = Yaml::parse($yaml)

$file = 'hello-world.yml';
Yaml::parseFile($file);

License

The MIT License (Expat). See the license file for details.