Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 937 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 937 Bytes

Codacy Badge Latest Stable Version Total Downloads

MediaInfo-Helper

A Laravel helper for parsing MediaInfo dumps.

Install

Via Composer

$ composer require hdvinnie/mediainfo-helper

Usage

Parsing a MediaInfo string

Returns an array containing the parsed information.

$parser = new MediaInfo();
$parsed = $parser->parse($mediaInfo);

Testing

$ composer test

License

The MIT License