data-lane/xbrl-xml2json
最新稳定版本:v0.5.0
Composer 安装命令:
composer require data-lane/xbrl-xml2json
包简介
DataLane's XBRL report from XML to JSON converter
关键字:
README 文档
README
Convert XBRL-based financial/business document from XML to JSON format, according to XBRL Consortium recommendations (xbrl-json-REC-2021-10-13).
Quickstart example
Here is an simple command line tool to convert xbrl file to json
use Datalane\XBRL\Instance; use Datalane\JSONFile; require __DIR__ . '/../vendor/autoload.php'; $x = new SimpleXMLElement(file_get_contents($argv[1])); $inst = new Instance($x); echo JSONFile::convertInstance($inst);
统计信息
- 总下载量: 1.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-16