eventix/siae

There is no license information available for the latest version (v1.0) of this package.

Generating reports for SIAE

v1.0 2017-01-29 21:52 UTC

This package is auto-updated.

Last update: 2024-04-18 01:54:46 UTC


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