michalkubis/invoices
Composer 安装命令:
composer require michalkubis/invoices
包简介
Komponenta ve vývoji pro generování faktur
关键字:
README 文档
README
Component for generating invoices using Nette Framework and mPDF library.
For of fork of original library. I create this fork to test if it works with PHP 7.2 and mPDF 7.1.
Install (with composer):
Edit composer.json.
"repositories": [
{
"type": "vcs",
"url": "https://bitbucket.org/michalkubis/invoices"
}
...
"require": {
...
"mpdf/mpdf": "^6.1",
"michalkubis/invoices": "v1.0"
For install all dopendecies just run
composer update
Usage
Unfortunately, this is not completed yet. Once it is going to be complete, all necessary informations will be provided.
统计信息
- 总下载量: 190
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-09-03