Skip to content

GH0STDATA/MediaInfo-Helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel Helper For Parsing MediaInfo Dumps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%