PHPackages                             gbl/szamlazz - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. gbl/szamlazz

ActiveLibrary[API Development](/categories/api)

gbl/szamlazz
============

This is a package to szamlazz.hu api

019PHP

Since Jan 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gbldevman/SzamlazzPackage)[ Packagist](https://packagist.org/packages/gbl/szamlazz)[ RSS](/packages/gbl-szamlazz/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Szamlazz package development and install
========================================

[](#szamlazz-package-development-and-install)

[Szamlázz.hu API documentaion](https://docs.szamlazz.hu/#introduction)

[Laravel package development](https://laravel.com/docs/6.x/packages)

Install
-------

[](#install)

- GBL package install

```
composer require gbl/szamlazz
```

- Guzzle HTTP client install

```
composer require guzzlehttp/guzzle
```

Settings
--------

[](#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
-------

[](#licence)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e174f5c8e49d22818cb67446c17f315564f7b90e3ded8168e6d356126f856b2?d=identicon)[gbl](/maintainers/gbl)

### Embed Badge

![Health badge](/badges/gbl-szamlazz/health.svg)

```
[![Health](https://phpackages.com/badges/gbl-szamlazz/health.svg)](https://phpackages.com/packages/gbl-szamlazz)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
