bariew / greeninvoice
Greeninvoice API
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:api
Requires
This package is auto-updated.
Last update: 2024-10-19 11:17:02 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');