ifap / gru
读取并返回联邦收款指南的返回文件数据
dev-master
2020-04-13 02:57 UTC
Requires
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-09-22 08:09:58 UTC
README
Gru
读取由SIAFI发送的txt文件
用途
安装
$ composer require edilton/gru dev-master
读取文件
$gru = new Gru('/caminhoabsolutodoarquivo/arquivo.txt');` $pagamentos = $gru->ler();
返回示例
1 => Pagamento {#417 ▼ +unidade_gestora: null +registro: "777777777" +conta: null +cpf: "23683467088" +valor: "2000" +data: "14102016" +identificador: null }