railken/fatturazione-elettronica

dev-master 2018-10-19 21:16 UTC

This package is auto-updated.

Last update: 2024-04-20 09:11:39 UTC


README

Build Status

A library that provides a fluent way to comunicate with the Italian Public Administration (Pubblica Aministrazione) for the integration with electronic invoices.

Requirements

PHP 7.1 and later.

Installation

You can install it via Composer by typing the following command:

composer require railken/fatturazione-elettronica

Usage

use Railken\FatturazioneElettronica\Client;

$client = new Client();

Testing

Configure the .env file before launching ./vendor/bin/phpunit