A Laravel package for easy integration with Fakturownia (InvoiceOcean) API (fakturownia.pl, invoiceocean.com). The package contains custom helper classes which allows easy management with invoices.
- retrieving invoices
- creating new invoice
- updating an invoice
- deleting an invoice
- printing invoices
- managing positions for invoice
The recommended way to install the package is by using Composer.
composer require mattm/fakturownia-for-laravel
After installation make sure to specify in your Laravel project these envelop keys:
FAKTUROWNIA_DOMAIN=your_domain_prefix
FAKTUROWNIA_TOKEN=your_generated_token
Documentation for this package can be find in a file DOCUMENTATION.md.