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(9y ago)05.0kLGPL-3.0PHPPHP &gt;=5.3.3

Since May 19Pushed 9y 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 4w ago

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 40% 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

3339d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2241786?v=4)[manoakys](/maintainers/manoakys)[@manoakys](https://github.com/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

[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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[noiselabs/nusoap-bundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

22538.8k](/packages/noiselabs-nusoap-bundle)[ecotone/symfony-bundle

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

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

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-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.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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