redmenta / laravel-szamlazzhu
This package is abandoned and no longer maintained.
The author suggests using the zoparga/laravel-szamlazzhu package instead.
Szamlazz.hu integration for Laravel
1.6.0
2023-05-23 14:03 UTC
Requires
- php: ^7.1.3|^8.0 |^8.1 |^8.2
- ext-simplexml: *
- ext-xmlwriter: *
- guzzlehttp/guzzle: 6.* | 7.*
- laravel/framework: 6.* | 7.* | 8.* | 9.* | 10.*
Requires (Dev)
Suggests
- illuminate/validation: 5.7.*
This package is not auto-updated.
Last update: 2024-04-25 07:44:47 UTC
README
laravel-szamlazzhu
Implementation for Laravel which was made to support Szamlazz.hu Agent version of 3.4 and higher.
Origin
Based on original packages:
- SzuniSOFT/laravel-szamlazzhu (https://github.com/SzuniSOFT/laravel-szamlazzhu)
- zoparga/laravel-szamlazzhu (https://github.com/zoparga/laravel-szamlazzhu)
Installation
composer require redmenta/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)
Requirements
Supports Laravel: 5.5 / 6.* / 7.* / 8.* / 9.* / 10.*
Documentations
For usage please refer to the technical documentation.
The official API documentation is accessible at https://docs.szamlazz.hu/#introduction.
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.