zoparga / laravel-szamlazzhu
Szamlazz.hu integration for Laravel
Installs: 10 363
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 11
Open Issues: 0
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.* | 11.*
Requires (Dev)
Suggests
- illuminate/validation: 5.7.*
README
laravel-szamlazzhu
Implementation for Laravel which was made to support Szamlazz.hu Agent version of 3.4 and higher.
Original
Based on SzuniSOFT / laravel-szamlazzhu
https://github.com/SzuniSOFT/laravel-szamlazzhu
composer require SzuniSOFT/laravel-szamlazzhu
I copied & published this package, because I needed Laravel 8 / 9 support, which is require GuzzleHttp 7 & the maintainers don't want to add it yet.
Installation
composer require zoparga/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: 5.5 / 6.* / 7.* / 8.* / 9.* / 10.* / 11.*
Documentations
For usage please refer to the technical documentation.
The official API documentation is also accessible (in PDF format) in this repository.