payer / pyramid_api-soap_client
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/payer/pyramid_api-soap_client
Requires
- phpro/soap-client: ^0.2.3
Requires (Dev)
- phpunit/phpunit: 4.0.*
- zendframework/zend-code: ^3.1.0
This package is not auto-updated.
Last update: 2025-10-02 23:20:12 UTC
README
Prerequisites
- PHP 5
- Composer
Getting Started
composer install
Run as Standalone
Examples are located under docs/examples/**
Run Test Cases
- Copy and rename
env.example.php
toenv.php
located in the directoryconfig/env.example.php
. - Ensure that the correct values are set in your
env.php
. - 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
.