PHPackages                             nox-it/yii2-soap-client - 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. [Framework](/categories/framework)
4. /
5. nox-it/yii2-soap-client

AbandonedLibrary[Framework](/categories/framework)

nox-it/yii2-soap-client
=======================

Yii2 HTTP SOAP Client

2.0.0(6y ago)11.9k1BSD-3-ClausePHPPHP &gt;=7.4.0

Since Feb 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nyx-solutions/yii2-nyx-http-soap-client)[ Packagist](https://packagist.org/packages/nox-it/yii2-soap-client)[ RSS](/packages/nox-it-yii2-soap-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (7)Used By (0)

Yii PHP Framework Version 2 / NYX HttpSoapClient
================================================

[](#yii-php-framework-version-2--nyx-httpsoapclient)

Yii2 component for SOAP requests.

[![Latest Stable Version](https://camo.githubusercontent.com/11dccc0c78f61d1086747567664cd0f9a53dc0e0061e6aa69ee66430ad9598e6/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f762f737461626c65)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)[![Total Downloads](https://camo.githubusercontent.com/58e982c9cb81992c8a69e916a8adf2154ad5f5d1490f3b01000efd3b1319a1ef/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)[![Latest Unstable Version](https://camo.githubusercontent.com/c771488bd25c30cb9d424e2fcce31ca5deca7bce66b2aeef1d4fcd2fb9be8615/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)[![License](https://camo.githubusercontent.com/dd6c0f11bf2e01f82e03f2508002ed8b49d0f61b35ffeb2fdc4c7a64d2046bac/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f6c6963656e7365)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)[![Monthly Downloads](https://camo.githubusercontent.com/e875556eb10aea661daebb7cf5993b24e7b057055908a51dcbc3be829e655aa7/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f642f6d6f6e74686c79)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)[![Daily Downloads](https://camo.githubusercontent.com/080d2cf06b9e3c8c0ecc6f75c527141a9d98382b545faf0b1074e84cc952a33e/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f642f6461696c79)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)[![composer.lock](https://camo.githubusercontent.com/633663cc80c0be6b75e4cd9e31df621baab9bc615288b8c3e155fb5315640029/68747470733a2f2f706f7365722e707567782e6f72672f6e79782d736f6c7574696f6e732f796969322d687474702d736f61702d636c69656e742f636f6d706f7365726c6f636b)](https://packagist.org/packages/nyx-solutions/yii2-http-soap-client)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

- Either run

```
php composer.phar require --prefer-dist "nyx-solutions/yii2-http-soap-client" "*"
```

or add

```
"nyx-solutions/yii2-http-soap-client": "*"
```

to the `require` section of your application's `composer.json` file.

Usage
-----

[](#usage)

- Configure the `HttpSoapClient` component in your application's configuration file, for example:

```
'components' => [
    'soapApi' => [
        'class'    => 'nyx\http\soap\HttpSoapClient',
        'endpoint' => 'http://ws.exemple.com/WebService.asmx?wsdl',
        'options'  => [
            'cache_wsdl' => WSDL_CACHE_NONE
        ]
    ]
]
```

Or you can define the `HttpSoapClient` directly in your code:

```
use nyx\http\soap\HttpSoapClient;

$client = new HttpSoapClient(['endpoint' => 'http://ws.exemple.com/WebService.asmx?wsdl']);
```

After the configuration step is compleate, you can call the SOAP methods as follow (where `getMessage` is your SOAP method):

```
echo $client->getMessage('Lorem ipsum...');
```

License
-------

[](#license)

**yii2-http-soap-client** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.

[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~388 days

Total

4

Last Release

2202d ago

Major Versions

1.0.4 → 2.0.02020-05-02

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d2a5aa9318b01f0f61f80d6ae5f443132975f280e0dffb86bcd0ff658c59a56?d=identicon)[jsas-development](/maintainers/jsas-development)

---

Top Contributors

[![jsas4coding](https://avatars.githubusercontent.com/u/4156892?v=4)](https://github.com/jsas4coding "jsas4coding (8 commits)")[![brenoherculano](https://avatars.githubusercontent.com/u/90738807?v=4)](https://github.com/brenoherculano "brenoherculano (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

componentphpsoapsoap-clientyii2phpframeworkmigrationyii2extension

### Embed Badge

![Health badge](/badges/nox-it-yii2-soap-client/health.svg)

```
[![Health](https://phpackages.com/badges/nox-it-yii2-soap-client/health.svg)](https://phpackages.com/packages/nox-it-yii2-soap-client)
```

PHPackages © 2026

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