wirecard/checkout-api-client

Client for Wirecard Checkout API

1.0.0 2016-11-28 09:53 UTC

This package is auto-updated.

Last update: 2024-12-16 22:20:17 UTC


README

license PHP v5.6

Checkout API client specific implementations in PHP. For example communication with REST API.

Installation:

composer install installs all required dependencies.

Coding Standards:

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

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.

PHPCS

composer cs-check checks for fulfillment of coding standards. composer cs-fix fixes code according to coding standards.

Test suites:

PHPUnit

composer test runs full testsuite. composer test-reports runs full testsuite and creates coverage reports.