2017 © Pedro Peláez
 

library soapclient-curl-php

Soap Client using Curl

image

aleplusplus/soapclient-curl-php

Soap Client using Curl

  • Tuesday, October 11, 2016
  • by aleplusplus
  • Repository
  • 2 Watchers
  • 3 Stars
  • 221 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

SOAP client using Curl

![Packagist][packagist-version] Downloads ![Build Status][travis-status], (*1)

Install:

Via composer:, (*2)

$ composer require aleplusplus/soapclient-curl-php

Example:

Using the SoapClientCurl\SoapClientRequest in SOAP Server of SRI:, (*3)

use SoapClientCurl\SoapClientRequest;

// Url Soap Server Example
$url = '<SOAP_SERVER_URL>';

$body = '<SOAP_SCHEMA>';

$headers = array('Content-Type: text/xml; charset=utf-8', 'Content-Length: '.strlen($body));

$result = SoapClientRequest::send($url, $headers, $body);

print_r($result);

For more detail see test., (*4)

The Versions

11/10 2016

dev-master

9999999-dev

Soap Client using Curl

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

The Development Requires

by Alejandro Labrada Diaz

curl client soap non-wsdl sri

10/10 2016

v1.0.1

1.0.1.0

Soap Client using Curl

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

The Development Requires

by Alejandro Labrada Diaz

curl client soap non-wsdl sri

02/04 2015

v1.0.0

1.0.0.0

Soap Client using Curl

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • ext-curl *
  • ext-json *

 

by Alejandro Labrada Diaz

curl client soap non-wsdl sri