Skip to content

caereservices/fic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FattureInCloud API CLIENT CLASS for Laravel 5.x

This class helps you to use the FattureInCloud functionality with your Laravel 5.x framework.

Installation

Using composer insert into composer.json the following code block:

"repositories": [
        {
            "url": "https://github.com/caereservices/fic.git",
            "type": "git"
        }
    ], ...

"require": {
	 "caereservices/fic": "dev-master", ...

then run composer update

Get started

Following example show the basic steps for use this class in your code.

Releases

No releases published

Packages

No packages published

Languages