PHPackages                             noiselabs/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. noiselabs/nusoap-bundle

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

noiselabs/nusoap-bundle
=======================

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

0.2.2(10y ago)21538.0k↓72.7%18[3 issues](https://github.com/noiselabs/NoiselabsNuSOAPBundle/issues)LGPL-3.0PHPPHP &gt;=5.3.3

Since May 28Pushed 6y ago5 watchersCompare

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

READMEChangelogDependencies (3)Versions (6)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 noiselabs/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

36

—

LowBetter than 79% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity52

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

Every ~239 days

Total

4

Last Release

3701d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9b45b06004ca41f33b01643ea58854ede6df882d9d262318c13e77f738e8402?d=identicon)[noiselabs](/maintainers/noiselabs)

---

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

symfonysoapnoiselabs

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[stfalcon-studio/api-bundle

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

1035.6k](/packages/stfalcon-studio-api-bundle)

PHPackages © 2026

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