payer/pyramid_api-soap_client

There is no license information available for the latest version (1.0.0) of this package.

Maintainers

Package info

github.com/PayerPayment/Pyramid-SOAP-Client-PHP

pkg:composer/payer/pyramid_api-soap_client

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2018-08-14 14:39 UTC

This package is not auto-updated.

Last update: 2026-03-20 01:54:18 UTC


README

Prerequisites

Getting Started

composer install

Run as Standalone

Examples are located under docs/examples/**

Run Test Cases

  1. Copy and rename env.example.php to env.php located in the directory config/env.example.php.
  2. Ensure that the correct values are set in your env.php.
  3. Run ./vendor/bin/phpunit from the root directory.

Re-generate Types

Run following to recreate the classes located under src/Api/Type:

./vendor/bin/soap-client generate:types --config=config/code_generator.php

Re-generate ClassMap

Run following to generate src/Api/ClassMap:

./vendor/bin/soap-client generate:classmap --config=config/code_generator.php

Next, replace the collection result with previous in src/Api/ClassMap/ClassMapCollection.php.