kakonyi/laravel-szamlazzhu

Szamlazz.hu integration for Laravel

Maintainers

Package info

github.com/kakonyi/laravel-szamlazzhu

pkg:composer/kakonyi/laravel-szamlazzhu

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

1.1 2026-04-13 19:32 UTC

This package is auto-updated.

Last update: 2026-04-13 19:41:10 UTC


README

Build Status Latest Stable Version Latest Stable Version License

laravel-szamlazzhu

Implementation for Laravel which was made to support Szamlazz.hu Agent version of 3.4 and higher.

Original

Based on zoparga / laravel-szamlazzhu

https://github.com/zoparga/laravel-szamlazzhu

composer require zoparga/laravel-szamlazzhu

I copied & published this package, because I needed Laravel 13 support and for Replacement Invoice Generation there wasn't an option to add the original invoice number.

Installation

composer require kakonyi/laravel-szamlazzhu

Introduction

This package supports the following methods:

  • Invoice creation
  • Invoice cancellation (reversing)
  • Proforma invoice creation
  • Proforma invoice deletion
  • Receipt creation
  • Receipt cancellation (reversing)

Automatic PDF storing

Package can automatically save generated PDF files and store on the given disk. For further information about the configuration possibilities please refer to the configuration documentation.

Requirements

Supports Laravel: 11.* / 12.* / 13.*

Documentations

For usage please refer to the technical documentation.

The official API documentation is also accessible (in PDF format) in this repository.