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, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
CompanyApi | companyGet | GET /company | List companies |
CompanyApi | companyIdDelete | DELETE /company/{id} | Delete a company |
CompanyApi | companyIdGet | GET /company/{id} | Get a company by id |
CompanyApi | companyPost | POST /company | Add a company |
CompanyApi | companyPut | PUT /company | Update a company |
LogApi | logGet | GET /log | List events |
LogApi | logIdGet | GET /log/{id} | Get an event by id |
ReceiveApi | receiveGet | GET /receive | List incoming invoices |
ReceiveApi | receiveIdDelete | DELETE /receive/{id} | Delete an incoming invoice by id |
ReceiveApi | receiveIdGet | GET /receive/{id} | Get an incoming invoice by id |
SendApi | sendFilePost | POST /send/file | Add an invoice by file |
SendApi | sendGet | GET /send | List invoices |
SendApi | sendIdGet | GET /send/{id} | Get a invoice by id |
SendApi | sendIdentifierGet | GET /send/{identifier} | Get a invoice by identifier |
SendApi | sendJsonPost | POST /send/json | Add an invoice by json |
SendApi | sendPost | POST /send | Add an invoice |
SendApi | sendValidateFilePost | POST /send/validate/file | Validate an invoice file |
SendApi | sendValidateJsonPost | POST /send/validate/json | Validate an invoice by json |
SendApi | sendValidatePost | POST /send/validate | Validate an invoice |
SendApi | sendValidateXmlPost | POST /send/validate/xml | Validate an invoice by xml |
SendApi | sendXmlPost | POST /send/xml | Add an invoice by xml |
StatusApi | statusGet | GET /status | Account status |
UpdateApi | updateGet | GET /update | List updates |
UpdateApi | updateIdGet | GET /update/{id} | Get an update by id |
WebhookApi | webhookGet | GET /webhook | List webhooks |
WebhookApi | webhookIdDelete | DELETE /webhook/{id} | Delete a webhook by id |
WebhookApi | webhookIdGet | GET /webhook/{id} | Get a webhook by id |
WebhookApi | webhookPost | POST /webhook | Add a webhook |
WebhookApi | webhookPut | PUT /webhook | Update a webhook |
WebhookApi | webhookhistoryGet | GET /webhookhistory | List webhook history items |
WebhookApi | webhookhistoryIdGet | GET /webhookhistory/{id} | Get a webhook history item by id |
Models
- Allegati
- AltriDatiGestionali
- Anagrafica
- CedentePrestatore
- CessionarioCommittente
- CodiceArticolo
- Company
- Contatti
- ContattiTrasmittente
- DatiAnagrafici
- DatiAnagraficiCedentePrestatore
- DatiAnagraficiCessionarioCommittente
- DatiAnagraficiVettore
- DatiBeniServizi
- DatiBollo
- DatiCassaPrevidenziale
- DatiContratto
- DatiConvenzione
- DatiDDT
- DatiFattureCollegate
- DatiGenerali
- DatiGeneraliDocumento
- DatiOrdineAcquisto
- DatiPagamento
- DatiRicezione
- DatiRiepilogo
- DatiRitenuta
- DatiSAL
- DatiTrasmissione
- DatiTrasporto
- DatiVeicoli
- DettaglioLinee
- DettaglioPagamento
- DocumentData
- Error
- Event
- FatturaElettronicaBody
- FatturaElettronicaHeader
- FatturaOrdinaria
- FatturaPrincipale
- IdFiscaleIVA
- IdTrasmittente
- IndirizzoResa
- IscrizioneREA
- ProblemDetails
- ProblemHttpResult
- RappresentanteFiscale
- RappresentanteFiscaleCessionarioCommittente
- Receive
- ScontoMaggiorazione
- SedeCedentePrestatore
- SedeCessionarioCommittente
- Send
- SendReduced
- StabileOrganizzazione
- Status
- TerzoIntermediarioOSoggettoEmittente
- Update
- WebHook
- WebHookHistory
Authorization
Authentication schemes defined for the API:
Basic
- Type: HTTP basic authentication
Tests
To run the tests, use:
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