mhor/mediainfo-bundle

Bundle for using php-mediainfo as service

Installs: 3 906

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 3

Open Issues: 0

Type:symfony-bundle

1.0.2 2017-01-09 21:32 UTC

This package is auto-updated.

Last update: 2024-04-29 03:40:42 UTC


README

#Php-MediaInfo

Introduction

PHP library to run mediainfo command

Installation

To use this class install it through Composer, run:

$ composer require mhor/mediainfo-bundle

How to use

<?php
//...
$mediaInfo = $this->getContainer()->get->('mhor.mediainfo');
$information = $mediaInfo->getInfo('file.mkv');
//...

###More information

More information on php-mediainfo documentation

##LICENSE See LICENSE for more information