PHPackages                             mihkullorg/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. [API Development](/categories/api)
4. /
5. mihkullorg/lhv-connect

ActiveLibrary[API Development](/categories/api)

mihkullorg/lhv-connect
======================

LHV bank's CONNECT service for Laravel 6

2.0.1(6y ago)105.5k8[4 issues](https://github.com/mihkelallorg/lhv-connect/issues)[3 PRs](https://github.com/mihkelallorg/lhv-connect/pulls)MITPHPPHP ^7.2

Since May 31Pushed 3y ago2 watchersCompare

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

READMEChangelog (9)Dependencies (4)Versions (12)Used By (0)

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

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

Quickstart
----------

[](#quickstart)

```
$ composer require mihkullorg/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

33

—

LowBetter than 72% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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 ~181 days

Recently: every ~333 days

Total

9

Last Release

2231d ago

Major Versions

1.0.6 → 2.0.02020-01-08

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

2.0.0PHP ^7.2

### Community

Maintainers

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

---

Top Contributors

[![mihkelallorg](https://avatars.githubusercontent.com/u/8766719?v=4)](https://github.com/mihkelallorg "mihkelallorg (34 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/mihkullorg-lhv-connect/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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