Download the PHP package janfish/report without Composer
On this page you can find all versions of the php package janfish/report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package report
使用说明
原理
- 提取git中你提交日志中带有指定识别符的内容,并用于生成excel格式的周报内容
配置文件
-
设置配置文件configs/Config.php
- repo
仓库目录repo.name仓库项目名;repo.path 仓库路径
- download_folder
生成周报存放目录
- identifier
指定提取git日志的识别符,一般是一组字符串,默认rep(report的缩写),此标签忽略大小写,主要使用方式如下
以上两条生成最终周报信息为
- author
提取日志的指定作者,对应git日志作者
- title
生成周报内的表头名称 %s 指定年份,系统自动替换
- real_name
生成周报内的真名
- department
生成周报内的部门
- auto_pull
更新git日志后再生成周报
- debug
用markdown格式的输出预览周报
使用说明
-
生成15条一周内的日志周报
-
生成5条一周内的日志周报
-
生成5条指定日期到当前的日志周报
- 生成5条指定日期时间到当前的日志周报
All versions of report with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package janfish/report contains the following files
Loading the files please wait ....