psantanalibgot/nusoap
Composer 安装命令:
composer require psantanalibgot/nusoap
包简介
Added soap:header for UsernameToken security
README 文档
README
NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a set of PHP classes - no PHP extensions required - that allow developers to create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
All credits belongs to official authors, take a look at sourceforge.net/projects/nusoap/
Info
- Supported PHP: 5.4 - 8.0
- Latest version: 0.9.10
- Dev version: develop
- Official project: https://sourceforge.net/projects/nusoap/
Installation
To install this library use Composer.
composer require econea/nusoap
Bleeding edge
If you want to test bleeding edge, follow this.
{
"require": {
"econea/nusoap": "dev-develop"
},
"minimum-stability": "dev",
"prefer-stable": true
}
Usage
// Config $client = new nusoap_client('example.com/api/v1', 'wsdl'); $client->soap_defencoding = 'UTF-8'; $client->decode_utf8 = FALSE; // Calls $result = $client->call($action, $data);
Development
See how to contribute to this package.
This package is currently maintaining by these authors.
Consider to support f3l1x. Also thank you for using this package.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.0-only
- 更新时间: 2022-02-21