gbl/szamlazz

This is a package to szamlazz.hu api

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gbl/szamlazz

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

This package is auto-updated.

Last update: 2025-12-27 23:21:11 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