承接 obceneikon/nusoap 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

obceneikon/nusoap

最新稳定版本:v0.9.6

Composer 安装命令:

composer require obceneikon/nusoap

包简介

NuSOAP fixed for PHP 5.4 - 7.1

关键字:

README 文档

README

Fork of NuSOAP fixed for PHP 5.4, 5.5, 5.6, 7.0 and 7.1 (tested).

All credits belongs to official author(s): http://nusoap.sourceforge.net.

Build Status Code coverage Licence

Downloads this Month Downloads total Latest stable

Install

Stable

Solid rock version is ~0.9.5.x.

composer require obceneikon/nusoap:~0.9.5.5

Next

Just bug fixing for >=0.9.6. Update your composer.json.

{
  "minimum-stability": "dev",
  "prefer-stable": true
}

And install next version.

composer require obceneikon/nusoap:^0.9.6

Development

Total refactored version (split into more files, CI, etc).

composer require obceneikon/nusoap:dev-develop

Version

State Version Branch PHP Composer
development dev-develop develop >= 5.6
next ^0.9.6 0.9.x >= 5.4
stable ~0.9.5.5 master >= 5.4

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);

Experimental

Take a look at develop branch. There will be new features and modernizations.

Minimal version is set to PHP 5.6.

composer require obceneikon/nusoap:dev-master

Maintainers


Milan Felix Šulc

Thank you for testing, reporting and contributing.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: LGPL-2.0-only
  • 更新时间: 2019-01-11