PHPackages                             klement-alexander/php-sdicoop-server - 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. [API Development](/categories/api)
4. /
5. klement-alexander/php-sdicoop-server

ActiveLibrary[API Development](/categories/api)

klement-alexander/php-sdicoop-server
====================================

A PHP package for implementing web services required by the Italian Exchange System - Credits to taocomp!

v0.1.2(7y ago)014GPL-3.0-or-laterPHPPHP &gt;=5.5

Since Dec 21Pushed 5y agoCompare

[ Source](https://github.com/AlexanderKlement/php-sdicoop-server)[ Packagist](https://packagist.org/packages/klement-alexander/php-sdicoop-server)[ RSS](/packages/klement-alexander-php-sdicoop-server/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

PHP SdICoop - Server
====================

[](#php-sdicoop---server)

A PHP package for implementing web services required by the [Italian Exchange System (aka “SdI”)](https://www.fatturapa.gov.it/export/fatturazione/en/sdi.htm?l=en).

*(Pacchetto PHP per l’implementazione dei webservices TrasmissioneFatture e RicezioneFatture richiesti dal SdI).*

Please refer to

- [PHP SdICoop - Client](https://github.com/taocomp/php-sdicoop-client) to connect to SdI web services
- [PHP E-invoice It](https://github.com/taocomp/php-e-invoice-it) for managing italian e-invoice and notice XML formats

See [Forum Italia - Fatturazione Elettronica](https://forum.italia.it/c/fattura-pa) for server configuration, interoperability tests, etc. In particular:

 Apache configuration[Accreditamento SDICoop: configurazione SSL su Apache - Fatturazione Elettroni…](https://forum.italia.it/t/accreditamento-sdicoop-configurazione-ssl-su-apache/3314) Interoperability tests[Test Interoperabilità Soluzioni - Fatturazione Elettronica - Forum Italia](https://forum.italia.it/t/test-interoperabilita-soluzioni/4370)If you need a “ready to start” solution, or a consultancy for your PHP project, please feel free to contact us at .

Quickstart
==========

[](#quickstart)

Web Service “TrasmissioneFatture”
---------------------------------

[](#web-service-trasmissionefatture)

Just include `examples/tramissione-fatture.php` in your endpoint. For example, if your test endpoint is

```
https://test.example.com/trasmissione/index.php
```

put the following code in your `index.php`:

```
