blob: 858b9051a8ba2ecc217bd668a2b54c02937c813e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "james-heinrich/getid3",
"description": "PHP script that extracts useful information from popular multimedia file formats",
"homepage": "http://www.getid3.org/",
"keywords": ["php","tags","codecs"],
"type": "library",
"license": "GPL",
"require":
{
"php": ">=5.3.0"
},
"autoload": {
"classmap": ["getid3/"]
}
}
|