weslleyraraujo/ofx
最新稳定版本:v1.1.0
Composer 安装命令:
composer require weslleyraraujo/ofx
包简介
Simple OFX File Reader
README 文档
README
A simple OFX file reader
Authors
How to use
Installation
composer require weslleyraraujo/ofx
Use Example
<?php require_once __DIR__ . '/vendor/autoload.php'; use WeslleyRAraujo\OFX\OFX AS OFXReader; $OFXReader = new OFXReader(__DIR__.'/foo_bar.ofx'); $transactionList = $OFXReader->getTransactionList(); $headers = $OFXReader->getHeaders();
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-04