nemerichun / laravel-szamlazzhu
Szamlazz.hu integration for Laravel
v1.1.0
2025-08-29 20:56 UTC
Requires
- php: ^8.1.3
- ext-simplexml: *
- ext-xmlwriter: *
- guzzlehttp/guzzle: ^7.0
- laravel/framework: >=10.0 || ^11.0
Requires (Dev)
Suggests
- illuminate/validation: 5.7.*
This package is auto-updated.
Last update: 2025-08-29 21:00:58 UTC
README
Implementation for Laravel which was made to support Szamlazz.hu Agent version of 3.4 and higher.
Installation
composer require nemerichun/laravel-szamlazzhu
Introduction
This package supports the following methods:
- Invoice creation
- Invoice cancellation (reversing)
- Invoice download (PDF, XML)
- 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: 5.5 / 6.* / 7.* / 8.* / 9.* / 10.* / 11.* / 12.*
Documentations
For usage please refer to the technical documentation.
The official API documentation is also accessible (in PDF format) in this repository.