定制 noiselabs/nusoap-bundle 二次开发

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

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

noiselabs/nusoap-bundle

最新稳定版本:0.2.2

Composer 安装命令:

composer require noiselabs/nusoap-bundle

包简介

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

README 文档

README

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP.

Latest Stable Version Total Downloads Latest Unstable Version Build Status License

Requirements

Installation (Composer)

0. Install Composer

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

1. Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require noiselabs/nusoap-bundle 

2. Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:

// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new NoiseLabs\Bundle\NuSOAPBundle\NoiseLabsNuSOAPBundle(), ); // ... } }

Usage

$client = new \nusoap_client('http://example.com/url/to/some/valid.wsdl', true); $response = $client->call('someSOAPMethod', array('param1'=>'foo', 'param2'=>'bar'));

统计信息

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

GitHub 信息

  • Stars: 21
  • Watchers: 5
  • Forks: 20
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固