2017-25 © Pedro Peláez
 

library checkout-api-client

Client for Wirecard Checkout API

image

wirecard/checkout-api-client

Client for Wirecard Checkout API

  • Monday, November 28, 2016
  • by wirecard
  • Repository
  • 2 Watchers
  • 1 Stars
  • 296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 39 % Grown

The README.md

Checkout API Client

license PHP v5.6, (*1)

Checkout API client specific implementations in PHP. For example communication with REST API., (*2)

Installation:

composer install installs all required dependencies., (*3)

Coding Standards:

Code in this module should follow the coding standards defined in PSR-1 and PSR-2 (http://www.php-fig.org/psr/)., (*4)

Project structure

For the instantiation of objects Zend\ServiceManager is used. Zend\ServiceManager can be replaced by the service manager or dependency injection of your choice., (*5)

PHPCS

composer cs-check checks for fulfillment of coding standards. composer cs-fix fixes code according to coding standards., (*6)

Test suites:

PHPUnit

composer test runs full testsuite. composer test-reports runs full testsuite and creates coverage reports., (*7)

The Versions