getID3() for Yii2
getID3() Extention for Yii2, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist perminder-klair/yii2-getid3 "*"
or add, (*4)
"perminder-klair/yii2-getid3": "*"
to the require section of your composer.json
file., (*5)
Usage
Once the extension is installed, simply use it in your code by :, (*6)
php
$getID3 = new Yii2GetID3();
$getID3->getData('./path/file.mp3');
, (*7)