Download the PHP package vkr/multimedia-analyzer-bundle without Composer
On this page you can find all versions of the php package vkr/multimedia-analyzer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vkr/multimedia-analyzer-bundle
More information about vkr/multimedia-analyzer-bundle
Files in vkr/multimedia-analyzer-bundle
Package multimedia-analyzer-bundle
Short Description A bundle for Symfony2/3 that analyzes multimedia file duration using GetID3
License MIT
Homepage https://github.com/wladislavk/MultimediaAnalyzerBundle
Informations about the package multimedia-analyzer-bundle
Overview
This is a very simple bundle that currently does just one thing - gets the length of a video or audio file in seconds. It has a dependency on VKRSettingsBundle and it also depends on an object-oriented version of GetID3 library. The dependency on GetID3 is my fork of phansys/getid3 that is compatible with PHP 7.
Installation
Nothing to install except for standard Symfony bundle installation procedure.
Usage
There is just a single public method that needs to be called as follows:
If the file is not a multimedia file, 0 will be returned.
You may also use VKRSettingsBundle in this manner:
Here, if the file duration is longer than maximum,
will be thrown.
All versions of multimedia-analyzer-bundle with dependencies
symfony/symfony Version ~2.8|~3.0
vkr/settings-bundle Version ~1.1
vkr/getid3 Version ~2.1