Download the PHP package invoicetronic/php-sdk without Composer
On this page you can find all versions of the php package invoicetronic/php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download invoicetronic/php-sdk
More information about invoicetronic/php-sdk
Files in invoicetronic/php-sdk
Package php-sdk
Short Description 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/
License MIT
Homepage https://invoicetronic.com
Informations about the package php-sdk
PHP SDK for the Invoicetronic API
The Invoicetronic API is a RESTful service that allows you to send and receive invoices through the Italian Servizio di Interscambio (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
For more information, please visit https://invoicetronic.com.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, run the following command:
Then run composer install
Manual Installation
There are three options:
-
Download the latest release of the PHP SDK Phar Archive and simply include it in your project.
- Download our SDK using PHP-download and simply include it in your project.
- Create your own custom autoloader and download all the dependencies (transitive included) as explained here.
bash
composer install
vendor/bin/phpunit
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1
- Generator version:
7.14.0
- Generator version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of php-sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0