2017 © Pedro Peláez
 

library lhv-connect

LHV bank's CONNECT service for Laravel 5

image

mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  • Monday, December 5, 2016
  • by Mihkullorg
  • Repository
  • 1 Watchers
  • 5 Stars
  • 1,800 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 8 Versions
  • 7 % Grown

The README.md

LHV CONNECT API package for Laravel 6

Quickstart

$ composer require mihkullorg/lhv-connect

NB! Service provider Mihkullorg\LhvConnect\LaravelLhvConnectServiceProvider::class is automatically registered., (*1)

In terminal run, (*2)

$ 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., (*3)

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., (*4)

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

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

$lhv->makeHeartbeatGetRequest();

Retrieve a message from LHV inbox, (*6)

$message = $lhv->makeRetrieveMessageFromInboxRequest();

Delete the message from LHV inbox, (*7)

$lhv->makeDeleteMessageInInboxRequest($message);

Retrieve all messages. This gets you all the messages but it also deletes all the messages from the inbox., (*8)

$messages = $lhv->getAllMessages();

The Versions

05/12 2016

dev-master

9999999-dev https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

05/12 2016

1.0.6

1.0.6.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

26/09 2016

1.0.5

1.0.5.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

26/09 2016

1.0.4

1.0.4.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

26/08 2016

1.0.3

1.0.3.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

24/08 2016

1.0.2

1.0.2.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

20/06 2016

1.0.1

1.0.1.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank

31/05 2016

1.0

1.0.0.0 https://github.com/mihkullorg/lhv-connect

LHV bank's CONNECT service for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mihkel Allorg

connect bank lhv lhv-connect lhv-bank