PHPackages                             anwar/bankid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. anwar/bankid

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

anwar/bankid
============

BankID authentication and filesinging for laravel implementation from dimafi/6/bank-id

v1.4(5y ago)31.6k2[1 issues](https://github.com/ringkubd/Bankid/issues)MITPHPPHP &gt;=5.6.0

Since Apr 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ringkubd/Bankid)[ Packagist](https://packagist.org/packages/anwar/bankid)[ Docs](https://github.com/ringkubd/bankid)[ RSS](/packages/anwar-bankid/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

BankID Laravel
==============

[](#bankid-laravel)

BankID implementation php and laravel.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

What things you need to install the software and how to install them

```
1. PHP >= 5.6
2. Soap Extention

```

### Installing

[](#installing)

A step by step series of examples that tell you have to get a development env running

Say what the step will be

#### Laravel with composer

[](#laravel-with-composer)

```
composer require anwar/bankid

```

For laravel &lt;= 5.4 Edit config/App.php Add below line on provider

```
		Anwar\Bankid\BankidServiceProvider::class,

```

And if you want to use Facade

```
		"BankID":Anwar\Bankid\BankidFacad::class,

```

### Implementation

[](#implementation)

```
