Initiation

This commit is contained in:
wapmorgan
2017-01-10 02:42:58 +03:00
commit b2cad7745b
7 changed files with 930 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "wapmorgan/mp3info",
"type": "library",
"license": "GPL-3.0",
"keywords": ["mp3", "audio", "id3", "id3v1", "id3v2", "mpeg"],
"description": "The fastest php library to extract mp3 tags & meta information.",
"autoload": {
"psr-4": {
"wapmorgan\\Mp3Info\\": "src/"
}
}
}