ansjabar/laravel-bankid

Laravel handler to identify user through BankID

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/ansjabar/laravel-bankid

0.1.0 2022-11-23 12:57 UTC

This package is not auto-updated.

Last update: 2025-10-10 01:49:39 UTC


README

Laravel handler to identify user through BankID

Installation

Require this package with composer.

$ composer require ansjabar/laravel-bankid

Integration

$ php artisan vendor:publish --provider="AnsJabar\LaravelBankId\BankIdServiceProvider"

Add BANKID_CERTIFICATE_PATH, BANKID_CERTIFICATE_PASSWORD and 'BANKID_RESPONSE_WAIT to your .env file.

Usage

(new \AnsJabar\LaravelBankId\BankId)->identify($person_no);

License

This laravel-teams-logger package is available under the MIT license. See the LICENSE file for more info.