PHPackages                             manoakys/nusoap-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. manoakys/nusoap-bundle

ActiveSymfony-bundle[API Development](/categories/api)

manoakys/nusoap-bundle
======================

Symfony2/3 bundle for NuSOAP - SOAP Toolkit for PHP with PHP 7 support

0.2.4(8y ago)05.0kLGPL-3.0PHPPHP &gt;=5.3.3

Since May 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/manoakys/NoiselabsNuSOAPBundle)[ Packagist](https://packagist.org/packages/manoakys/nusoap-bundle)[ Docs](https://github.com/manoakys/NoiselabsNuSOAPBundle)[ RSS](/packages/manoakys-nusoap-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

NoiselabsNuSOAP
===============

[](#noiselabsnusoap)

[Symfony2](http://www.symfony.com/ "High Performance PHP Framework for Web Development") bundle for [NuSOAP - SOAP Toolkit for PHP](http://nusoap.sourceforge.net/ "NuSOAP - SOAP Toolkit for PHP").

[![Latest Stable Version](https://camo.githubusercontent.com/5b4e4cc17ac4a0796aed13df900799692f3dbdbde0e2d459e23fef7686e25844/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6973656c6162732f6e75736f61702d62756e646c652f762f737461626c65)](https://packagist.org/packages/noiselabs/nusoap-bundle)[![Total Downloads](https://camo.githubusercontent.com/a2a19cdb118ad66528956fe6b7e5f75732b9b05c88d967521aae9eb1ee3d417c/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6973656c6162732f6e75736f61702d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/noiselabs/nusoap-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/6f12eb7f6617685aad27f945389790e068f536ee4920933861fa918d516b51bb/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6973656c6162732f6e75736f61702d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/noiselabs/nusoap-bundle)[![Build Status](https://camo.githubusercontent.com/fc35f63ca47924a4fb2a577a22f092128d30733eaf8333a564148d2c73d548a7/68747470733a2f2f7472617669732d63692e6f72672f6e6f6973656c6162732f4e6f6973656c6162734e75534f415042756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/noiselabs/NoiselabsNuSOAPBundle)[![License](https://camo.githubusercontent.com/d72d543f591e3eb266cc37ef862d77d1be1ad7a1952a9acf5a57b4d58cba1ede/68747470733a2f2f706f7365722e707567782e6f72672f6e6f6973656c6162732f6e75736f61702d62756e646c652f6c6963656e7365)](https://packagist.org/packages/noiselabs/nusoap-bundle)

Requirements
------------

[](#requirements)

- [PHP](http://php.net/ "PHP: Hypertext Preprocessor") 5.3.3 and up.
- [Symfony 2](http://www.symfony.com/ "High Performance PHP Framework for Web Development")

Installation (Composer)
-----------------------

[](#installation-composer)

### 0. Install Composer

[](#0-install-composer)

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

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

### 1. Download the Bundle

[](#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 manoakys/nusoap-bundle

```

### 2. Enable the 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
-----

[](#usage)

```
$client = new \nusoap_client('http://example.com/url/to/some/valid.wsdl', true);

$response = $client->call('someSOAPMethod', array('param1'=>'foo', 'param2'=>'bar'));
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3244d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/98982ba6547e0425736c882c7eb034d83777f8a9659add43ea56ffed9b75ac11?d=identicon)[manoakys](/maintainers/manoakys)

---

Top Contributors

[![vitorbrandao](https://avatars.githubusercontent.com/u/109226?v=4)](https://github.com/vitorbrandao "vitorbrandao (23 commits)")[![xDaizu](https://avatars.githubusercontent.com/u/7584835?v=4)](https://github.com/xDaizu "xDaizu (3 commits)")[![nicolas-san](https://avatars.githubusercontent.com/u/7702787?v=4)](https://github.com/nicolas-san "nicolas-san (2 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

---

Tags

symfonysoapnoiselabsmanoakys

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/manoakys-nusoap-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/manoakys-nusoap-bundle/health.svg)](https://phpackages.com/packages/manoakys-nusoap-bundle)
```

###  Alternatives

[noiselabs/nusoap-bundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

22535.2k](/packages/noiselabs-nusoap-bundle)[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

27615.8k2](/packages/cravler-maxmind-geoip-bundle)[borsaco/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

5633.0k](/packages/borsaco-telegram-bot-api-bundle)[nanofelis/json-rpc-bundle

This bundle provides a JSON RPC 2.0 implementation for Symfony

1176.1k](/packages/nanofelis-json-rpc-bundle)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
