PHPackages                             invoicetronic/php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. invoicetronic/php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

invoicetronic/php-sdk
=====================

The \[Invoicetronic API\]\[2\] is a RESTful service that allows you to send and receive invoices through the Italian \[Servizio di Interscambio (SDI)\]\[1\], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see \[Invoicetronic website\]\[2\] \[1\]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ \[2\]: https://invoicetronic.com/

v1.5.0(2mo ago)034MITPHPPHP ^8.1

Since Jul 18Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/invoicetronic/php-sdk)[ Packagist](https://packagist.org/packages/invoicetronic/php-sdk)[ Docs](https://invoicetronic.com)[ RSS](/packages/invoicetronic-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (15)Used By (0)

PHP SDK for the Invoicetronic API
=================================

[](#php-sdk-for-the-invoicetronic-api)

The [Invoicetronic API](https://invoicetronic.com/) is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)](https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/), or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools.

For more information, see [Invoicetronic website](https://invoicetronic.com/)

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), run the following command:

```
$ composer require invoicetronic/php-sdk
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

There are three options:

- Download the latest release of the PHP SDK [Phar Archive](https://github.com/invoicetronic/php-sdk/releases) and simply include it in your project.

```
require_once('./invoicetronic-sdk.phar');
```

- Download our SDK using [PHP-download](https://php-download.com/package/invoicetronic/php-sdk) and simply include it in your project.
- Create your own custom autoloader and download all the dependencies (transitive included) as explained [here](https://ehikioya.com/how-to-install-php-packages-without-composer/).

```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```php
