1 Star 0 Fork 34

Ken / invoice

forked from 奥凡 / invoice 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
费尔 提交于 2019-05-07 22:01 . dev
{
"name": "invoice/invoice",
"description": "Simple Php Class For Beautiful Invoices",
"type": "library",
"keywords": [
"invoice"
],
"homepage": "https://github.com/ofancn/invoice",
"license": "MIT",
"authors": [
{
"name": "ofan",
"email": "admin@ofan.cn",
"homepage": "https://wwww.ofan.cn",
"role": "Developer"
}
],
"require": {
"php": "^7.0.0"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Invoice\\": "src/Invoice/"
}
}
}
PHP
1
https://gitee.com/sainzx/invoice.git
git@gitee.com:sainzx/invoice.git
sainzx
invoice
invoice
master

搜索帮助