PHPackages                             brokenice/fatturaelettronica - 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. brokenice/fatturaelettronica

ActiveLibrary

brokenice/fatturaelettronica
============================

Client per invio/ricezione fatture elettroniche tramite https://gestionefatture.brokenice.it

0165PHP

Since Sep 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/brokenicedev/fatturaelettronica)[ Packagist](https://packagist.org/packages/brokenice/fatturaelettronica)[ RSS](/packages/brokenice-fatturaelettronica/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Fattura Elettronica PHP Library
===============================

[](#fattura-elettronica-php-library)

Overview
--------

[](#overview)

The `Fattura Elettronica PHP Library` provides a client for interacting with the Fattura Elettronica service. It allows you to send invoices and handle incoming webhooks for the Fattura Elettronica API.

- **API Documentation:** [Fattura Elettronica API](https://gestionefatture.brokenice.it)
- **Registration and Guide:** [Gestionefatture](https://gestionefatture.brokenice.it)

Installation
------------

[](#installation)

1. **Install Dependencies:**

Ensure you have `GuzzleHTTP` installed. You can include it in your `composer.json` or run:

```
composer require guzzlehttp/guzzle
```

2. **Install the Library:**

Install this library by requiring it in your composer.json or by running:

```
composer require brokenice/fattura-elettronica
```

Usage
-----

[](#usage)

### Sending an Invoice

[](#sending-an-invoice)

To send an invoice, you need to create an instance of the FatturaElettronicaClient and call the sendInvoice method.

### Example:

[](#example)

```
