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

ActiveLibrary[API Development](/categories/api)

esyst/nusoap
============

PHP5 library for SOAP.

0.2.1(10y ago)01.7k11GNUPHPPHP &gt;=5.3.0

Since May 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/gerben-van-eck/NuSOAP)[ Packagist](https://packagist.org/packages/esyst/nusoap)[ Docs](https://github.com/gerben-van-eck/NuSOAP)[ RSS](/packages/esyst-nusoap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (1)

Esyst - NuSOAP
==============

[](#esyst---nusoap)

Esyst/nusoap based on NuSphere NuSOAP.

This is a fork of AsistenteWeb/NuSOAP with some bugs fixed, unfortunately my pull requests were not responded to.

See also:  for a library that makes NuSoap compatible with the native Soapclient API (drop in replacement).

Create and consume web services based on:

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

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

[](#instalation)

```
{
    "require": {
				"esyst/nusoap": "0.1.1"
    }
}
```

To actually install Esyst/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 Esyst\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

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

Every ~51 days

Total

4

Last Release

3864d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1063e5bc5a6aa00aa1d935b399bb5e1c0cdd76644ae576b25182f2f8b7e929c?d=identicon)[gerben-van-eck](/maintainers/gerben-van-eck)

---

Top Contributors

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

---

Tags

soapnusoapesyst

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/esyst-nusoap/health.svg)](https://phpackages.com/packages/esyst-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)[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)[hiddeco/transip

The better TransIP API client.

22319.8k2](/packages/hiddeco-transip)

PHPackages © 2026

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