ansjabar / laravel-bankid
Laravel handler to identify user through BankID
0.1.0
2022-11-23 12:57 UTC
Requires
- php: ^7.0|^8.0
- dimafe6/bank-id: ^2.1
Requires (Dev)
- ext-curl: *
This package is not auto-updated.
Last update: 2025-03-27 23:14:22 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.