Skip to content

Integrates php-mediainfo library into the Symfony2 full-stack framework.

License

Notifications You must be signed in to change notification settings

mhor/MhorMediaInfoBundle

Repository files navigation

#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

About

Integrates php-mediainfo library into the Symfony2 full-stack framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages