Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.72 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.72 KB

Fakturownia For Laravel

Latest Version Last Commit Issues License

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.