PHPackages                             taocomp/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. taocomp/php-sdicoop-server

ActiveLibrary[API Development](/categories/api)

taocomp/php-sdicoop-server
==========================

A PHP package for implementing web services required by the Italian Exchange System

v0.1.2(7y ago)186.8k↓42.3%7[1 PRs](https://github.com/taocomp/php-sdicoop-server/pulls)GPL-3.0-or-laterPHPPHP &gt;=5.5

Since Dec 21Pushed 5y ago3 watchersCompare

[ Source](https://github.com/taocomp/php-sdicoop-server)[ Packagist](https://packagist.org/packages/taocomp/php-sdicoop-server)[ RSS](/packages/taocomp-php-sdicoop-server/feed)WikiDiscussions master Synced 1mo ago

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)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`:

```
