railken / fatturazione-elettronica
dev-master
2018-10-19 21:16 UTC
Requires
- php: >=7.1
Requires (Dev)
- duncan3dc/dusk: ^0.8.0
- friendsofphp/php-cs-fixer: ^2.8.1
- guzzlehttp/guzzle: ^6.3
- phpstan/phpstan: ^0.10
- phpunit/phpunit: ~7.0
This package is auto-updated.
Last update: 2024-11-20 10:19:45 UTC
README
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