2017 © Pedro Peláez
 

library secucard-connect

secucard connect PHP client SDK

image

secucard/secucard-connect

secucard connect PHP client SDK

  • Wednesday, August 1, 2018
  • by r-simlinger
  • Repository
  • 13 Watchers
  • 1 Stars
  • 1,596 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 43 Versions
  • 30 % Grown

The README.md

secucard connect PHP SDK

If you start with a new project please use this SDK: https://github.com/secuconnect/secuconnect-php-sdk, (*1)

Requirements

  • PHP 7.4.0 and later.
  • Composer.
  • If you are using a bytecode cache, such as APC activate the storage and load of PHPDoc comments. (For more information see f.e.: http://php.net/manual/de/opcache.configuration.php#ini.opcache.save-comments ).

Composer

You can install the bindings via Composer. Add this to your composer.json:, (*2)

{
  "require": {
    "secucard/secucard-connect":"^1.26.0"
  }
}

Then install via:, (*3)

composer install

To use the bindings, use Composer's autoload:, (*4)

require_once('vendor/autoload.php');

Getting Started

Simple usage with client credentials looks like:, (*5)

include "vendor/autoload.php";

$config = array();

$credentials = new ClientCredentials('your-id','your-secret')

$fp = fopen("/tmp/secucard_php_test.log", "a");
$logger = new secucard\client\log\Logger($fp, true);

// general storage, here used shared for tokens and internal caching, but recommendation is to split up in two 
 $store = new FileStorage('your-storage-file-path');

// create Secucard client
$secucard = new SecucardConnect($config, $logger, $store, $store, $credentials);

// use secucard client to get available loyalty/cards list
$list = $secucard->Loyalty->Cards->getList();

Documentation

Please see http://developer.secuconnect.com/doc/guide for up-to-date documentation., (*6)

Tests

In order to run tests first install PHPUnit via Composer:, (*7)

composer update --dev

To run the test suite:, (*8)

./vendor/bin/phpunit

The Versions

01/08 2018

dev-feature/SCCON-236-payment-checkins

dev-feature/SCCON-236-payment-checkins https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

12/06 2018

dev-develop

dev-develop https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

12/06 2018

dev-master

9999999-dev https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

12/06 2018
20/04 2018
20/04 2018

dev-hotfix/add_missing_basket_item_type

dev-hotfix/add_missing_basket_item_type https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

10/01 2018
15/12 2017

dev-payout

dev-payout https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

17/11 2017
17/11 2017

dev-hotfix/missing_url_push_param

dev-hotfix/missing_url_push_param https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

03/11 2017
12/10 2017

dev-feature/payment_product_update

dev-feature/payment_product_update https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

18/09 2017
01/09 2017
06/06 2017
30/05 2017

v1.4.0

1.4.0.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

28/04 2017

v1.3.1

1.3.1.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

21/03 2017

dev-release/v1.2.0

dev-release/v1.2.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

06/03 2017

dev-feature/payment_instrument

dev-feature/payment_instrument https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

17/02 2017

v1.1.2

1.1.2.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

06/12 2016

v1.1.0

1.1.0.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/11 2016

v1.0.9

1.0.9.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/11 2016

v1.0.8

1.0.8.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

23/11 2016

v1.0.7

1.0.7.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

08/06 2016

v1.0.6

1.0.6.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/04 2016

v1.0.5

1.0.5.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

28/04 2016

v1.0.4

1.0.4.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

21/04 2016

v1.0.3

1.0.3.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

20/04 2016

v1.0.2

1.0.2.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

06/04 2016

v1.0.1

1.0.1.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

12/03 2016

v1.0.0

1.0.0.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

27/01 2016

dev-develop-v0

dev-develop-v0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

15/10 2015

dev-master-v0

dev-master-v0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

15/10 2015

v0.1.3

0.1.3.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

22/09 2015

v0.1.2

0.1.2.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

05/08 2015

v0.1.1

0.1.1.0 https://github.com/secucard/secucard-connect-php-sdk

secucard connect PHP client SDK

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

04/08 2015

v0.1.0

0.1.0.0

secucard connect PHP client library

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

03/07 2015

v0.0.5

0.0.5.0

secucard.connect client library

  Sources   Download

The Requires

 

The Development Requires

03/07 2015

v0.0.4

0.0.4.0

secucard.connect client library

  Sources   Download

The Requires

 

The Development Requires

13/05 2015

v0.0.3

0.0.3.0

secucard.connect client library

  Sources   Download

The Requires

 

The Development Requires

04/02 2015

v0.0.2

0.0.2.0

secucard.connect client library

  Sources   Download

The Requires

 

The Development Requires

03/11 2014

v0.0.1

0.0.1.0

secucard.connect client library

  Sources   Download

The Requires

 

The Development Requires