omojunior/ph-pwss-soap-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

omojunior/ph-pwss-soap-client

最新稳定版本:1.0

Composer 安装命令:

composer require omojunior/ph-pwss-soap-client

包简介

This package is a wrapper based around the PHP soap Client,the package main purpose is to help developers make a call to web services using wsdl and wss security as their authentication method.

README 文档

README

This package is a wrapper based around the PHP SOAP API Client,the package main purpose is to help developers make a call to web services using wsdl and wss security as their authentication method.

This is basic wrapper for Soap web services that uses WSDL and WSS for authentication

All you need to do is install the package via composer:

......><>......<><>.............................

composer require omojunior/ph-pwss-soap-client

......><>......<><>.............................

and once installed you can call on the soap client

use Omojunior\PhPwssSoapClient\Soap;

or you can directly instatiate it ......><>......<><>............................. ......><>......<><>.............................

$newInstant = \Omojunior\PhPwssSoapClient\Soap(); $newInstant->call($wsdl,$username,$password,$function_name,$parameters);

......><>......<><>............................. ......><>......<><>.............................

if there's any bug kindly make a pull request with suggestions and detail explaination ::

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-10-20