定制 aleplusplus/soapclient-curl-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aleplusplus/soapclient-curl-php

最新稳定版本:v1.0.1

Composer 安装命令:

composer require aleplusplus/soapclient-curl-php

包简介

Soap Client using Curl

README 文档

README

Packagist Downloads Build Status

Install:

Via composer:

$ composer require aleplusplus/soapclient-curl-php

Example:

Using the SoapClientCurl\SoapClientRequest in SOAP Server of SRI:

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.05k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-02