fakturownia-for-laravel maintained by mattm
Description
A Laravel package for easy integration with Fakturownia (InvoiceOcean) API.
Author
Last update
2024/10/31 09:53
(dev-main)
License
Downloads
28
Tags
Fakturownia For Laravel
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.
Features of the package
- retrieving invoices
- creating new invoice
- updating an invoice
- deleting an invoice
- printing invoices
- managing positions for invoice
Installation
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
Documentation for this package can be find in a file DOCUMENTATION.md.