PHPackages                             fattureincloud/fattureincloud-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. fattureincloud/fattureincloud-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fattureincloud/fattureincloud-php-sdk
=====================================

Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.

v2.1.4(1mo ago)35168.4k↓49.8%93MITPHPPHP ^7.4 || ^8.0CI passing

Since Oct 8Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/fattureincloud/fattureincloud-php-sdk)[ Packagist](https://packagist.org/packages/fattureincloud/fattureincloud-php-sdk)[ Docs](https://www.fattureincloud.it)[ RSS](/packages/fattureincloud-fattureincloud-php-sdk/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (8)Versions (37)Used By (3)

FattureInCloud PHP SDK
======================

[](#fattureincloud-php-sdk)

[![Packagist](https://camo.githubusercontent.com/7667481e610ed1842b336672b9a5f1db47e550db23d869b4c99d3e1978842089/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66617474757265696e636c6f75642f66617474757265696e636c6f75642d7068702d73646b3f636f6c6f723d67)](https://packagist.org/packages/fattureincloud/fattureincloud-php-sdk) [![unit tests](https://github.com/fattureincloud/fattureincloud-php-sdk/actions/workflows/validate.yaml/badge.svg)](https://github.com/fattureincloud/fattureincloud-php-sdk/actions/workflows/validate.yaml/badge.svg)Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy.

The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.

```
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it).

```

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), run the following command:

```
$ composer require fattureincloud/fattureincloud-php-sdk
```

### Manual Installation

[](#manual-installation)

There are three options:

- \[recommended\] download the latest release of the fattureincloud-php-sdk [Phar Archive](https://github.com/fattureincloud/fattureincloud-php-sdk/releases) and simply include it in your project.

```
require_once('./fattureincloud-php-sdk.phar');
```

- download our sdk using [php-download](https://php-download.com/package/fattureincloud/fattureincloud-php-sdk) and simply include it in your project.
- create your own custom autoloader and download all the dependencies (transitive included) as explained [here](https://ehikioya.com/how-to-install-php-packages-without-composer/).

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
