2017 © Pedro Peláez
 

library php-bankid-base

A basic BankID integration for PHP

image

jjabba/php-bankid-base

A basic BankID integration for PHP

  • Monday, September 11, 2017
  • by jjabba
  • Repository
  • 1 Watchers
  • 2 Stars
  • 3,834 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 32 % Grown

The README.md

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., (*1)

Code Example

First start off a request like this:, (*2)

$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., (*3)

$bankid_client->collect( 'order_ref_given' );

Contributors

Alexander Karlsson alexander@livetime.nu, (*4)

Karl Berggren info[a]jjabba.com, (*5)

The Versions

11/09 2017

dev-viewer2

dev-viewer2

A basic BankID integration for PHP

  Sources   Download

MIT

The Requires

  • php ^5.3 || ^7.0
  • ext-soap *
  • lib-openssl *

 

by Alexander Karlsson
by Karl Berggren

17/01 2017

dev-master

9999999-dev

A basic BankID integration for PHP

  Sources   Download

MIT

The Requires

  • php ^5.3 || ^7.0
  • ext-soap *
  • lib-openssl *

 

by Alexander Karlsson
by Karl Berggren