finpaa/php-finpaa

FinPaa, stright drive with for open banking integration.

Installs: 64

Dependents: 15

Suggesters: 0

Security: 0

Type:project

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

This package is auto-updated.

Last update: 2024-05-31 00:26:23 UTC


README

FinPaa

Finpaa, Stright drive to integrate Apis.

Finpaa Core package which is required for integration all banks, tpps, institutions, etc.

📝 Table of Contents

🧐 About

Finpaa formally Fintech Paa started this project back 2018 to integrate open banking plateforms to help TPPs. Later August 2022 board made decision to make it avaible for public interest and genral business as well.

🏁 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-finpaa

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\Finpaa;

🎈 Plugins

Following SDKs are avaible to used

NameSDKCategory
BankIDhttps://packagist.org/packages/finpaa/php-bankidAuthentication
Yapilyhttps://packagist.org/packages/finpaa/php-yapilyTPP

🎉 Acknowledgements

  • Special thanks to fin00
  • Inspiration by fin03