bariew/greeninvoice

Greeninvoice API

Installs: 106

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:api

pkg:composer/bariew/greeninvoice

1.2.0 2023-05-19 08:01 UTC

This package is auto-updated.

Last update: 2025-10-19 13:54:56 UTC


README

Description

Generates invoices for your business

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bariew/greeninvoice

or add

"bariew/greeninvoice": "dev-master"

to the require section of your composer.json file.

Usage

$invoiceId = Api::instance(<your greeninvoice ID>, <you greeninvoice secret>, "https://api.greeninvoice.co.il/api/v1")
->createInvoice("Invoice Description", "Client Name", "Client Email", "Item Name", "Item Price", 'en', 'USD');