1 Star 0 Fork 0

千朵网络 / frappe-office

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
Even_尹旭 提交于 2024-04-03 18:50 . 使用mpdf作为生成pdf的插件
{
"name": "yinxu46/frappe-office",
"license": "mit",
"authors": [
{
"name": "yinxu46",
"email": "yinxu46@qq.com"
}
],
"require": {
"php": ">=8.0",
"topthink/framework": "^6.0|^8.0",
"phpoffice/phppresentation": "^1.0",
"phpoffice/phpword": "^1.2",
"mpdf/mpdf": "^8.2"
},
"autoload": {
"psr-4": {
"frappe\\office\\": "src/"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"config":{
"office": "src/config.php"
}
}
},
"scripts": {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/even46/frappe-office.git
git@gitee.com:even46/frappe-office.git
even46
frappe-office
frappe-office
main

搜索帮助