1 Star 0 Fork 0

劳谦君子/GetID3库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
劳谦君子 提交于 2023-09-20 17:56 . 代码初始化
{
"name": "laoqianjunzi/getid3",
"description": "This fork of GetId3 library updates to PSR-2 / PSR-4 CS, adds namespaces and makes it installable by composer.",
"keywords": ["getid3", "tags", "metadata"],
"type": "library",
"license": "MIT",
"homepage": "http://www.getid3.org",
"minimum-stability": "stable",
"version": "1.0",
"authors": [
{
"name": "laoqianjunzi",
"email": "laoqianjunzi@qq.com",
"homepage": "https://laoqianjunzi.com"
}
],
"require": {
"php": ">=5.3"
},
"support": {
"issues": "https://github.com/laoqianjunzi/sms/issues",
"source": "https://gigitee.com/laoqianjunzi/sms"
},
"suggest": {
"ext-rar": "RAR extension is required for RAR archive module.",
"ext-exif": "EXIF extension is required for graphic modules."
},
"autoload": {
"psr-4": { "GetId3\\": "" }
},
"extra": {
"think": {
"config": {
"getid3": "src/config/getid3.php"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/laoqianjunzi/GetID3.git
git@gitee.com:laoqianjunzi/GetID3.git
laoqianjunzi
GetID3
GetID3库
master

搜索帮助