PHPackages                             greksazoo/unicredit-transfer-import-generator-hu - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. greksazoo/unicredit-transfer-import-generator-hu

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

greksazoo/unicredit-transfer-import-generator-hu
================================================

Transfer Import file Generator for Unicredit Bank Zrt. (Hungary) Laravel

1.7.0(3y ago)022MITPHPPHP ^7.4|^8.0|^8.1|^8.2

Since Jan 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/greksazoo/unicredit-transfer-import-generator-hu)[ Packagist](https://packagist.org/packages/greksazoo/unicredit-transfer-import-generator-hu)[ Docs](https://github.com/greksazoo/unicredit-transfer-import-generator-hu)[ RSS](/packages/greksazoo-unicredit-transfer-import-generator-hu/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (15)Used By (0)

Transfer Import file Generator for Unicredit Bank Zrt. (Hungary) Laravel
========================================================================

[](#transfer-import-file-generator-for-unicredit-bank-zrt-hungary-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/64a9c6a2dd8ae9098d3b7a32514998c68c2cf2c88a011db01c0b9218cea0591a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6772656b73617a6f6f2f756e696372656469742d7472616e736665722d696d706f72742d67656e657261746f722d68752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/greksazoo/unicredit-transfer-import-generator-hu)[![PHPStan](https://github.com/greksazoo/unicredit-transfer-import-generator-hu/actions/workflows/phpstan.yml/badge.svg)](https://github.com/greksazoo/unicredit-transfer-import-generator-hu/actions/workflows/phpstan.yml)[![Total Downloads](https://camo.githubusercontent.com/551c1d024dd23d73f757bdf86f12f45c5c08986652aecb29e30cd428c4c202c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6772656b73617a6f6f2f756e696372656469742d7472616e736665722d696d706f72742d67656e657261746f722d68752e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/greksazoo/unicredit-transfer-import-generator-hu)

This package mainly used for generate Unicredit Bank (Hungary) HUF transfers import file. This is for Laravel 8.0 or newer.

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

[](#installation)

You can install the package via composer:

```
composer require greksazoo/unicredit-transfer-import-generator-hu
```

Usage
-----

[](#usage)

```
$uni = new UnicreditHuGenerator();
$data=[
            'currency'     => 'HUF',
            'account_number' => '11112222-33334444-00000000',
	    ],
		[
		    [
                'partner_name'=>'TesztPartner1',
                'account_number' => '11112222-00000099',
				'date'=>'2022-02-02',
				'amount'=>'200010',
				'notice'=>'ez egy hosszabb kozlemeny is lehet'
            ],
            [
                'partner_name'=>'TesztPartner2',
                'account_number' => '11112299-33334444-00000002',
                'amount'=>'3000100',
                'notice'=>'ez egy hosszabb kozlemeny is lehet'
            ],
        ];
$filenev = $uni->generateFile($data);
return Storage::download($filenev,'data.pay');
```

or simply generate only text in a variable:

```
$uni = new UnicreditHuGenerator();
$data= [
            'currency'     => 'HUF',
            'account_number' => '11112222-33334444-00000000',
	    ],
		[
		    [
                'partner_name'=>'TesztPartner1',
                'account_number' => '11112222-00000099',
				'date'=>'2022-02-02',
				'amount'=>'200010',
				'notice'=>'ez egy hosszabb kozlemeny is lehet'
            ],
            [
                'partner_name'=>'TesztPartner2',
                'account_number' => '11112299-33334444-00000002',
                'amount'=>'3000100',
                'notice'=>'ez egy hosszabb kozlemeny is lehet'
            ],
        ];
$text = $uni->generateText($data);
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Zoltan Greksa](https://github.com/greksazoo)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~30 days

Recently: every ~92 days

Total

14

Last Release

1229d ago

PHP version history (3 changes)1.0PHP ^7.4|^8.0

1.5PHP ^7.4|^8.0|^8.1

1.7.0PHP ^7.4|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17304994?v=4)[grezoo](/maintainers/greksazoo)[@greksazoo](https://github.com/greksazoo)

---

Top Contributors

[![greksazoo](https://avatars.githubusercontent.com/u/17304994?v=4)](https://github.com/greksazoo "greksazoo (14 commits)")

---

Tags

greksazoounicredit-transfer-import-generator-hu

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/greksazoo-unicredit-transfer-import-generator-hu/health.svg)

```
[![Health](https://phpackages.com/badges/greksazoo-unicredit-transfer-import-generator-hu/health.svg)](https://phpackages.com/packages/greksazoo-unicredit-transfer-import-generator-hu)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M280](/packages/laravel-horizon)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40140.4k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

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