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

ActiveLibrary[API Development](/categories/api)

kiann/nusoap
============

Soap Web Services Toolkit for PHP5

0.1.0(10y ago)0604GNUPHPPHP &gt;=5.3.0

Since Sep 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/trs-king/nusoap)[ Packagist](https://packagist.org/packages/kiann/nusoap)[ RSS](/packages/kiann-nusoap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

NuSoap
======

[](#nusoap)

Installation
------------

[](#installation)

```
composer require kiann/nusoap:dev-master
```

Usage
-----

[](#usage)

```
use Kiann\NuSoap\NusoapClient;

       $client = new NusoapClient("https://yourserver.org?wsdl", true);
       $client->setNameSpaces(array(
            'soap' => 'http://schemas.xmlsoap.org/soap/envelope/',
            'xsd' => 'http://www.w3.org/2001/XMLSchema',
            'xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
            'SOAP-ENC' => 'http://schemas.xmlsoap.org/soap/encoding/'
       ));
       $result = $client->call('operation', $requestBody);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

3911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/556d13e0c2dfaa0a2e2dee50034a320338e8a52df82d84d657acd1de1adf78d7?d=identicon)[kingjames06](/maintainers/kingjames06)

---

Top Contributors

[![kj2res](https://avatars.githubusercontent.com/u/3689557?v=4)](https://github.com/kj2res "kj2res (24 commits)")

---

Tags

soapnusoap

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-soap

6221.8M37](/packages/laminas-laminas-soap)[gusapi/gusapi

Gus Api Library for PHP

1351.5M8](/packages/gusapi-gusapi)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[afipsdk/afip.php

Libreria para usar los Web Services de AFIP (Argentina)

284121.2k5](/packages/afipsdk-afipphp)[besimple/soap-client

Build and consume SOAP Client based web services

582.2M14](/packages/besimple-soap-client)[besimple/soap-common

Build and consume SOAP Common based web services

122.4M8](/packages/besimple-soap-common)

PHPackages © 2026

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