blizni/fakturaxl-for-laravel

A Laravel package for easy integration with FakturaXL API.

dev-main 2023-04-04 19:58 UTC

This package is auto-updated.

Last update: 2024-05-04 22:53:51 UTC


README

Latest Version Last Commit Issues License

A Laravel package for easy integration with FakturaXL API (fakturaxl.pl). 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 blizni/FakturaXLFor-laravel

After installation make sure to specify in your Laravel project these envelop keys:

FAKTURAXL_DOMAIN=your_domain_prefix
FAKTURAXL_TOKEN=your_generated_token

Documentation

Documentation for this package can be find in a file DOCUMENTATION.md.