howyi/evi

Extended YAML&JSON parser

Maintainers

Package info

github.com/howyi/evi

pkg:composer/howyi/evi

Statistics

Installs: 22 545

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2018-03-05 10:25 UTC

This package is auto-updated.

Last update: 2026-02-25 23:08:07 UTC


README

Build Status Coverage Status

evi

Extended YAML&JSON parser

composer require howyi/evi

Parse

$associativeArrays = Howyi\Evi::parse('foo/bar.yml');
$associativeArrays = Howyi\Evi::parse('foo/bar.json');