Skip to content

lyenrowe/bill-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bill-parser

parse alipay, wechat, unionpay bill file.

解析支付平台账单文件,包括:支付宝,微信,银联等支付的账单文件。 账单文件可通过接口下载,也可财务下载。 使用非常简单,传递要解析的文件路径, 程序根据文件头部内容分析文件类型,然后使用相应解析类解析账单文件

usage

//$path bill file full path;
$parser = FileParserFactory::create($path);
$rows = $parser->getData();
// save to db or something
/*foreach (array_chunk($rows, 1000) as $piece) {
    $model->insertIgnore($piece);
}*/

Installation

Via Composer. To install, simply add it to your composer.json file:

"lyenrowe/bill-parser": "^1.0",

Or run command:

composer require lyenrowe/bill-parser:1.*

Via Composer. To install last version. To your composer.json file add:

"lyenrowe/bill-parser": "dev-master"

Or run command:

composer require lyenrowe/bill-parser:dev-master

About

parse alipay, wechat, unionpay bill file

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages