perminder-klair / yii2-getid3
getID3() Extention for Yii2
Package info
github.com/perminder-klair/yii2-getid3
Type:yii2-extension
pkg:composer/perminder-klair/yii2-getid3
dev-master
2014-05-12 20:08 UTC
Requires
- phansys/getid3: 2.1.*@dev
This package is not auto-updated.
Last update: 2026-02-28 23:22:59 UTC
README
getID3() Extention for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist perminder-klair/yii2-getid3 "*"
or add
"perminder-klair/yii2-getid3": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
$getID3 = new Yii2GetID3(); $getID3->getData('./path/file.mp3');```