finpaa/php-bankid

FinPaa plugin to integrate swedish bankID

dev-develop 2024-03-02 13:13 UTC

This package is auto-updated.

Last update: 2024-05-01 00:06:07 UTC


README

FinPaa

Finpaa, Stright drive to integrate Apis.

This package will help to integrate swedish bank id integration https://www.bankid.com/en/utvecklare/guider.

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To install

composer require finpaa/php-bankid

Configuration

To setup enviroment you will need to get following information from https://finpaa.com via support team or by using https://console.finpaa.com

Commnly FINPAA_ENDPOINT default value is https://app.finpaa.com If you have not hosted dedicated server via AAAA record

FINPAA_ENDPOINT=------

And you can get following keys from System menu

FINPAA_ACCESS_TOKEN=------
FINPAA_COMM_KEY=------

Please place all of the above values into your enviroment file example .env

🎈 Usage

Finpaa core can be accessed via

use Finpaa\Sweden\BankID;

🎉 Acknowledgements

  • Special thanks to fin00
  • Inspiration by fin03