2017 © Pedro Peláez
 

cakephp-plugin cakesoap

Soap plugin for CakePHP 3.x

image

queencitycodefactory/cakesoap

Soap plugin for CakePHP 3.x

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

CakeSoap

Requirements

  • CakePHP 3.1+

Installation

You can install this plugin into your CakePHP application using composer., (*1)

The recommended way to install composer packages is:, (*2)

composer require queencitycodefactory/cakesoap

You can also add "queencitycodefactory/cakesoap" : "dev-master" to require section in your application's composer.json. Use for latest updates., (*3)

-- or --, (*4)

You can also add "queencitycodefactory/cakesoap" : "~3.3" to require section in your application's composer.json. Stable Release., (*5)

Usage

Include the CakeSoap library files:, (*6)

    use CakeSoap\Network\CakeSoap;

Sample Request

    $soap = new CakeSoap([
        'wsdl' => 'http://mydomain.com/api?wsdl',
        'userAgent' => 'MySoapClientAgent'
    ]);

    $response = $soap->sendRequest($action, [
        'SomeData' => [
            'SomeSubData' => 'item1',
            'SomeMoreSubData' => 'item2'
        ]
    ]);

The Versions

16/04 2018

dev-master

9999999-dev http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

16/04 2018

3.3.4

3.3.4.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

26/10 2017

3.3.3

3.3.3.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

05/06 2017

3.3.2

3.3.2.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

30/12 2016

3.3.1

3.3.1.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

29/10 2016

3.3

3.3.0.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

27/03 2016

3.2

3.2.0.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap

26/08 2015

1.0

1.0.0.0 http://github.com/QueenCityCodeFactory/CakeSoap

Soap plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp soap