PHPackages                             insologystudio/fatture-in-cloud - 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. insologystudio/fatture-in-cloud

ActiveLibrary[API Development](/categories/api)

insologystudio/fatture-in-cloud
===============================

An interface to connect with fatture in cloud Api

2.0.0(4y ago)59.0k↓46.8%MITPHP

Since Oct 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/InsologyStudio/fatture-in-cloud)[ Packagist](https://packagist.org/packages/insologystudio/fatture-in-cloud)[ Docs](https://github.com/insologystudio/fatture-in-cloud)[ RSS](/packages/insologystudio-fatture-in-cloud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (9)Used By (0)

FattureInCloud
==============

[](#fattureincloud)

[![Latest Version on Packagist](https://camo.githubusercontent.com/942c55919c181f14f5a58ea958e48d21fa3d8962abaecd5e2e381345c811356b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e736f6c6f677973747564696f2f666174747572652d696e2d636c6f75642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/insologystudio/fatture-in-cloud)[![Total Downloads](https://camo.githubusercontent.com/10b18d7a62eda4ee5f151dd77e1851d8611757d7d0e0fddf00a436aa61b44c42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e736f6c6f677973747564696f2f666174747572652d696e2d636c6f75642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/insologystudio/fatture-in-cloud)

Laravel Fatture in Cloud service. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
composer require insologystudio/fatture-in-cloud
```

In your `.env` file add `FATTURE_CLOUD_API_SECRET` and `FATTURE_CLOUD_COMPANY_ID`.

Usage
-----

[](#usage)

Please reference to [fattureincloud.it](https://github.com/fattureincloud/fattureincloud-php-sdk) api docs. You can get an \*Api class instance from the `FattureInCloud` service by calling a method with the same \*Api class name less the Api suffix. E.g. Retrive `ClientsApi` by calling `$fattureInCloud->clients()`.

```
