2017 © Pedro Peláez
 

library wooppay

WoopPay SOAP client

image

kolesa-team/wooppay

WoopPay SOAP client

  • Wednesday, January 11, 2017
  • by kolesa-team
  • Repository
  • 9 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Wooppay

Wooppay SOAP client, (*1)

Installation

composer require kolesa-team/wooppay

Usage example

$client = new \Wooppay\Client($uri, $options);

$client->login($username, $password);
$client->requestConfirmationCode($phoneNumber);

$result   = $client->createInvoiceExtended(…);
$status   = $client->getOperationData([$result->getOperationId()]);
$response = current($status);

if ($status && $status->getStatus() == \Wooppay\Objects\Response\GetOperationData::STATUS_DONE) {
    echo "Operation successfully completed.";
}

The Versions

11/01 2017

dev-master

9999999-dev

WoopPay SOAP client

  Sources   Download

The Requires

  • php >=5.4.0
  • ext-soap *

 

The Development Requires