gbl/szamlazz

This is a package to szamlazz.hu api

dev-master 2020-01-24 16:14 UTC

This package is auto-updated.

Last update: 2025-06-27 22:15:34 UTC


README

Szamlázz.hu API documentaion

Laravel package development

Install

  • GBL package install
composer require gbl/szamlazz
  • Guzzle HTTP client install
composer require guzzlehttp/guzzle

Settings

  • Add this variable to .env file
SZAMLAZZ_AGENT_KEY=
SZAMLAZZ_USER=
SZAMLAZZ_PASSWORD=
  • Add this code to config/logging.php file
'szamlazz' => [
    'driver' => 'single',
    'path' => storage_path('logs/szamlazz.log'),
    'level' => 'debug',
],
  • Then create the log file the storage folder

  • Last steps publishing vendor

php artisan vendor:publish --provider="Gbl\Szamlazz\App\Providers\SzamlazzServiceProvider"

Licence

MIT