PHPackages                             fractorysolutions/lhv-connect - 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. fractorysolutions/lhv-connect

ActiveLibrary

fractorysolutions/lhv-connect
=============================

LHV bank's CONNECT service for Laravel 6+, fork of mihkullorg/lhv-connect

2.0.4(4y ago)15.4kMITPHPPHP ^7.2.5 | ^8.0

Since May 31Pushed 4y agoCompare

[ Source](https://github.com/fractorysolutions/lhv-connect)[ Packagist](https://packagist.org/packages/fractorysolutions/lhv-connect)[ Docs](https://github.com/fractorysolutions/lhv-connect)[ RSS](/packages/fractorysolutions-lhv-connect/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (4)Versions (13)Used By (0)

LHV CONNECT API package for Laravel 6+
======================================

[](#lhv-connect-api-package-for-laravel-6)

A fork of [mihkelallorg/lhv-connect](https://github.com/mihkelallorg/lhv-connect).

Quickstart
----------

[](#quickstart)

```
$ composer require fractorysolutions/lhv-connect

```

NB! Service provider Mihkullorg\\LhvConnect\\LaravelLhvConnectServiceProvider::class is automatically registered.

In terminal run

```
$ php artisan vendor:publish

```

Open file config/lhv-connect.php and fill out the config. You can fill in info about several bank accounts and certifications.

Now you can create new LhvConnect object. The Config::get parameter lhv-connect.test means that the file lhv-connect.php and the array with the key 'test' is passed on.

```
$lhv = new LhvConnect(Config::get('lhv-connect.test'));

```

Test the connection. If there's no connection, Exception with 503 should be thrown.

```
$lhv->makeHeartbeatGetRequest();

```

Retrieve a message from LHV inbox

```
$message = $lhv->makeRetrieveMessageFromInboxRequest();

```

Delete the message from LHV inbox

```
$lhv->makeDeleteMessageInInboxRequest($message);

```

Retrieve all messages. This gets you all the messages but it also deletes all the messages from the inbox.

```
$messages = $lhv->getAllMessages();

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 73.9% 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 ~172 days

Recently: every ~145 days

Total

12

Last Release

1731d ago

Major Versions

1.0.6 → 2.0.02020-01-08

PHP version history (4 changes)1.0PHP &gt;=5.5.9

2.0.0PHP ^7.2

2.0.2PHP ^7.2.5

2.0.4PHP ^7.2.5 | ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b14fba94f9b84c9b151af1e10a746e628db78a44d3bc4b9afd1e7dd9eb4ff2a2?d=identicon)[fractorysolutions](/maintainers/fractorysolutions)

---

Top Contributors

[![mihkelallorg](https://avatars.githubusercontent.com/u/8766719?v=4)](https://github.com/mihkelallorg "mihkelallorg (34 commits)")[![raoz](https://avatars.githubusercontent.com/u/2214466?v=4)](https://github.com/raoz "raoz (6 commits)")[![orukaz](https://avatars.githubusercontent.com/u/33488045?v=4)](https://github.com/orukaz "orukaz (5 commits)")[![ArturKp](https://avatars.githubusercontent.com/u/3534968?v=4)](https://github.com/ArturKp "ArturKp (1 commits)")

---

Tags

Bankconnectlhvlhv-connectlhv-bank

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fractorysolutions-lhv-connect/health.svg)

```
[![Health](https://phpackages.com/badges/fractorysolutions-lhv-connect/health.svg)](https://phpackages.com/packages/fractorysolutions-lhv-connect)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 6

105.5k](/packages/mihkullorg-lhv-connect)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[shetabit/multipay

PHP Payment Gateway Integration Package

291348.2k3](/packages/shetabit-multipay)[bakame/laravel-domain-parser

Laravel package to integrate PHP Domain parser.

26534.8k4](/packages/bakame-laravel-domain-parser)

PHPackages © 2026

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