laravel-szamlazzhu is a Laravel package that provides an easy-to-use interface for communicating with the Számlázz.hu API. It was created by refactoring the original source code (available at here) and integrating it into the Laravel framework.
Many of the original source code files were reforged to use the built-in features of Laravel, such as HTTP client, Filesystem abstraction, Configuration and service provider. As a result, laravel-szamlazzhu provides a more streamlined and idiomatic way of interacting with the Számlázz.hu API.
To get started with package, simply install it via Composer:
composer require omisai/laravel-szamlazzhu
Configure your API credentials in .env:
SZAMLAZZHU_API_KEY=<yourAPIToken>
or in config/szamlazzhu.php file:
'api_key' => env('SZAMLAZZHU_API_KEY', null),
WIP
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
composer test
If you discover any security-related issues, please email security@omisai.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.