eventix/siae
Composer 安装命令:
composer require eventix/siae
包简介
Generating reports for SIAE
README 文档
README
PHP library used for reporting data to SIAE, the italian copyright collecting agency.
Code Example
The library allows to make use of builder to build up the report in an XML/Json format.
$ltaReport = $ltaBuilder ->CACFOwner("P0001891") ->CASystem("02014780395") ->transactionLogDate("20150922") ->ltaEvent($ltaEvent) ->build();
The above gives a starting point to build up a report.
Motivation
SIAE has an whole manual for this reporting system purpose. Yet that is not really accessible and self-explanatory. This module aims to provide a simple way to create reports in standard format with the addition of explaining the fields required by the agency.
Installation
Run from command line:
composer update
To download the dependencies.
Test then the scripts such as dailyReportExample.php.
Contributors
Lorenzo Verri
统计信息
- 总下载量: 225
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-02-01