2017 © Pedro Peláez
 

library yii2-soap-client

Yii2 HTTP SOAP Client

image

nox-it/yii2-soap-client

Yii2 HTTP SOAP Client

  • Sunday, February 26, 2017
  • by jsas-development
  • Repository
  • 1 Watchers
  • 1 Stars
  • 131 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

Yii PHP Framework Version 2 / NYX HttpSoapClient

Yii2 component for SOAP requests., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

  • Either run
php composer.phar require --prefer-dist "nyx-solutions/yii2-http-soap-client" "*"

or add, (*4)

"nyx-solutions/yii2-http-soap-client": "*"

to the require section of your application's composer.json file., (*5)

Usage

  • Configure the HttpSoapClient component in your application's configuration file, for example:
'components' => [
    'soapApi' => [
        'class'    => 'nyx\http\soap\HttpSoapClient',
        'endpoint' => 'http://ws.exemple.com/WebService.asmx?wsdl',
        'options'  => [
            'cache_wsdl' => WSDL_CACHE_NONE
        ]
    ]
]

Or you can define the HttpSoapClient directly in your code:, (*6)

use nyx\http\soap\HttpSoapClient;

$client = new HttpSoapClient(['endpoint' => 'http://ws.exemple.com/WebService.asmx?wsdl']);

After the configuration step is compleate, you can call the SOAP methods as follow (where getMessage is your SOAP method):, (*7)

echo $client->getMessage('Lorem ipsum...');

License

yii2-http-soap-client is released under the BSD 3-Clause License. See the bundled LICENSE.md for details., (*8)

Yii2, (*9)

The Versions

26/02 2017

dev-master

9999999-dev

Yii2 HTTP SOAP Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 migration

26/02 2017

1.0.4

1.0.4.0

Yii2 HTTP SOAP Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 migration

26/02 2017

1.0.3

1.0.3.0

Yii2 SOAP Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 migration

21/02 2017

1.0.0

1.0.0.0

Yii2 SOAP Client

  Sources   Download

BSD-3-Clause

The Requires

 

by Jonatas Sas

framework extension php yii2 migration