PHPackages                             asistenteweb/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. [HTTP &amp; Networking](/categories/http)
4. /
5. asistenteweb/nusoap

ActiveLibrary[HTTP &amp; Networking](/categories/http)

asistenteweb/nusoap
===================

PHP5 library for SOAP.

0.1.0(11y ago)543.2k↓28%13[3 PRs](https://github.com/AsistenteWeb/NuSOAP/pulls)GNUPHPPHP &gt;=5.3.0

Since May 18Pushed 6y ago4 watchersCompare

[ Source](https://github.com/AsistenteWeb/NuSOAP)[ Packagist](https://packagist.org/packages/asistenteweb/nusoap)[ Docs](https://github.com/AsistenteWeb/nuSOAP)[ RSS](/packages/asistenteweb-nusoap/feed)WikiDiscussions master Synced 1mo ago

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

AsistenteWeb - nuSOAP
=====================

[](#asistenteweb---nusoap)

AsistenteWeb/nuSOAP based in NuSphere NuSOAP.

It is a set of PHP classes.
No PHP extensions required!!!

Create and consume web services based on:

- SOAP 1.1
- WSDL 1.1
- HTTP 1.0/1.1. and more

Instalation
-----------

[](#instalation)

```
{
    "require": {
        "asistenteweb/nusoap": "dev-master"

    }
}
```

To actually install AsistenteWeb/nuSOAP in your project, download the composer binary and run it:

```
wget http://getcomposer.org/composer.phar
# or
curl -O http://getcomposer.org/composer.phar

php composer.phar install
```

Use it
------

[](#use-it)

```
use Aw\Nusoap\NusoapClient;

       $client = new NusoapClient("https://yourserver.org?wsdl", true);
       $result = $client->call('method', $variables);
```

Important!
----------

[](#important)

If you want to read the documentation, take in mind all clases were rewrited with CamelCase, for example:
after: nusoap\_client now: NusoapClient

Documentation
-------------

[](#documentation)

TODO
----

[](#todo)

- Rewrite Documentation
- Rewrite Samples
- Test

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community13

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

4018d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cacf09e91d1fb077508a704bc9e36424c45a92eb8532c42f71919e14245667d?d=identicon)[ysramirez](/maintainers/ysramirez)

---

Top Contributors

[![ysramirez](https://avatars.githubusercontent.com/u/5892242?v=4)](https://github.com/ysramirez "ysramirez (21 commits)")

---

Tags

soapnusoapasistenteweb

### Embed Badge

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

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

###  Alternatives

[econea/nusoap

Fixed NuSOAP for PHP 5.6 - 8.5

3315.5M26](/packages/econea-nusoap)[robrichards/wse-php

Libraries for adding WS-\* support to ext/soap in PHP.

1326.0M30](/packages/robrichards-wse-php)[meng-tian/async-soap-guzzle

An asynchronous SOAP client build on top of Guzzle.

962.4M4](/packages/meng-tian-async-soap-guzzle)[deviservi/nusoap

NuSOAP PHP library re-packaged for Packagist/Composer

49145.5k1](/packages/deviservi-nusoap)[wsdltophp/wssecurity

Allows to easily add Ws Security header to a SOAP Request

42837.2k8](/packages/wsdltophp-wssecurity)[meng-tian/soap-http-binding

A PHP library for binding SOAP messages to PSR-7 HTTP messages.

162.5M4](/packages/meng-tian-soap-http-binding)

PHPackages © 2026

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