PHPackages                             omisai/laravel-szamlazzhu - 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. omisai/laravel-szamlazzhu

ActiveLibrary[API Development](/categories/api)

omisai/laravel-szamlazzhu
=========================

Számlázz.hu Számla Agent API integration for Laravel

v1.13.0(2w ago)41.3k—3.8%2[1 PRs](https://github.com/omisai-tech/laravel-szamlazzhu/pulls)MITPHPPHP ^8.2CI passing

Since Jun 16Pushed 2w agoCompare

[ Source](https://github.com/omisai-tech/laravel-szamlazzhu)[ Packagist](https://packagist.org/packages/omisai/laravel-szamlazzhu)[ Docs](https://github.com/omisai-tech/laravel-szamlazzhu)[ RSS](/packages/omisai-laravel-szamlazzhu/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (52)Versions (26)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/142f942a733ce10e56d097be5b20291a238879c7e1caf91460ab05a60c0436e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d697361692f6c61726176656c2d737a616d6c617a7a68753f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/omisai/laravel-szamlazzhu)[![License](https://camo.githubusercontent.com/7514b851d9c192fe751e1eb988c47025e027f33d84532829af9981b22812aaa2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f6d697361692f6c61726176656c2d737a616d6c617a7a68753f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/omisai/laravel-szamlazzhu)[![PHP Version Require](https://camo.githubusercontent.com/fe22b10bb3f26d8abb0cc62c7a01b141c9c5e10078f889418ac71e168739585a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344382e322d626c75653f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://packagist.org/packages/omisai/laravel-szamlazzhu)[![Számlázz.hu API](https://camo.githubusercontent.com/495c865903de129e6b91e9268251af746b3051a48e42a79cf6b9001a421bd22c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537a2543332541316d6c2543332541317a7a2e68752532304150492d322e31322e322d79656c6c6f773f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/495c865903de129e6b91e9268251af746b3051a48e42a79cf6b9001a421bd22c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537a2543332541316d6c2543332541317a7a2e68752532304150492d322e31322e322d79656c6c6f773f7374796c653d666f722d7468652d6261646765)[![Laravel](https://camo.githubusercontent.com/bca5ee0ed8a60c177897d340e7af74a22b677a6de775a226e0b36574e7b87939/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d25334525334431302d7265643f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/bca5ee0ed8a60c177897d340e7af74a22b677a6de775a226e0b36574e7b87939/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d25334525334431302d7265643f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c)

About
-----

[](#about)

**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](https://docs.szamlazz.hu/php)) and integrating it into the [Laravel framework](https://laravel.com/).

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.

Installation
------------

[](#installation)

To get started with package, simply install it via Composer:

```
composer require omisai/laravel-szamlazzhu
```

Configuration
-------------

[](#configuration)

Configure your API credentials in .env:

```
SZAMLAZZHU_API_KEY=
```

or in config/szamlazzhu.php file:

```
'api_key' => env('SZAMLAZZHU_API_KEY', null),
```

Usage
-----

[](#usage)

For comprehensive usage examples and detailed documentation, please see [USAGE.md](USAGE.md).

This guide covers:

- Installation &amp; Configuration
- Creating Invoices (regular, pre-payment, final, corrective, reverse)
- Creating Receipts
- Creating Proforma Invoices
- Working with Waybills (MPL, Sprinter, Transoflex, PPP)
- Advanced features (multi-currency, ledger data, attachments)
- Error handling and best practices

***Note:*** For the most recent updates, please check the test cases or read through the source code.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Testing
-------

[](#testing)

```
composer test
```

Security
--------

[](#security)

Please see [SECURITY.md](.github/SECURITY.md) for details on reporting security vulnerabilities.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 99.1% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~23 days

Total

21

Last Release

14d ago

PHP version history (2 changes)1.0.0PHP ^8.1.0

1.8.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/818e031ac6546efe377b692f91166dc1a6c89b8838ce720b8786e4b15a30db62?d=identicon)[bornemisza](/maintainers/bornemisza)

---

Top Contributors

[![bornemisza](https://avatars.githubusercontent.com/u/22169041?v=4)](https://github.com/bornemisza "bornemisza (232 commits)")[![AndrasMa](https://avatars.githubusercontent.com/u/95496855?v=4)](https://github.com/AndrasMa "AndrasMa (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

agentapilaravelszamlaagentszamlazzhularavelszamlazz.huszamla agentomisaiapi-agent

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/omisai-laravel-szamlazzhu/health.svg)

```
[![Health](https://phpackages.com/badges/omisai-laravel-szamlazzhu/health.svg)](https://phpackages.com/packages/omisai-laravel-szamlazzhu)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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