PHPackages                             jjabba/php-bankid-base - 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. jjabba/php-bankid-base

ActiveLibrary

jjabba/php-bankid-base
======================

A basic BankID integration for PHP

26.6k2PHP

Since Sep 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jjabba/php-bankid-base)[ Packagist](https://packagist.org/packages/jjabba/php-bankid-base)[ RSS](/packages/jjabba-php-bankid-base/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PHP BankID Base
---------------

[](#php-bankid-base)

This is a base client for integrating against the BankID solution. It handles all the connections and verifications against the BankID Central Server. You can use it to create a custom implementation for your project.

Code Example
------------

[](#code-example)

First start off a request like this:

```
$bankid_client = new BankID( 'certificate.name.pem' );
...
$order_reference = $bankid_client->authenticate( 'yyyymmddxxxx' );

```

This will return an order reference you can use to collect the status of the request from BankIDs central servers. This is something you can do at most every 2 seconds.

```
$bankid_client->collect( 'order_ref_given' );

```

Contributors
------------

[](#contributors)

Alexander Karlsson

Karl Berggren info\[a\]jjabba.com

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/94175b150d5a101601e1733e77f77309fa3230178fb7daacfb2f4ba25911fa06?d=identicon)[jjabba](/maintainers/jjabba)

---

Top Contributors

[![alexpkarlsson](https://avatars.githubusercontent.com/u/27729811?v=4)](https://github.com/alexpkarlsson "alexpkarlsson (4 commits)")[![jjabba](https://avatars.githubusercontent.com/u/1123819?v=4)](https://github.com/jjabba "jjabba (1 commits)")[![TwoD](https://avatars.githubusercontent.com/u/451168?v=4)](https://github.com/TwoD "TwoD (1 commits)")

### Embed Badge

![Health badge](/badges/jjabba-php-bankid-base/health.svg)

```
[![Health](https://phpackages.com/badges/jjabba-php-bankid-base/health.svg)](https://phpackages.com/packages/jjabba-php-bankid-base)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
