PHPackages                             mongosoft/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. [API Development](/categories/api)
4. /
5. mongosoft/yii2-soap-client

ActiveYii2-extension[API Development](/categories/api)

mongosoft/yii2-soap-client
==========================

SOAP Client Extension for Yii 2

0.1.0(11y ago)37404.9k—0.5%11[5 issues](https://github.com/mohorev/yii2-soap-client/issues)BSD-3-ClausePHPPHP &gt;=5.4.0

Since Feb 10Pushed 11y ago4 watchersCompare

[ Source](https://github.com/mohorev/yii2-soap-client)[ Packagist](https://packagist.org/packages/mongosoft/yii2-soap-client)[ Docs](https://github.com/mongosoft/yii2-soap-client)[ RSS](/packages/mongosoft-yii2-soap-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SOAP Client Extension for Yii 2
===============================

[](#soap-client-extension-for-yii-2)

Note, PHP SOAP extension is required.

[![Latest Stable Version](https://camo.githubusercontent.com/6cd4dcb60eafdd0daf011cf27f18a24613720eb0d3adfa498dd307b94656e03f/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6e676f736f66742f796969322d736f61702d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/mongosoft/yii2-soap-client)[![Total Downloads](https://camo.githubusercontent.com/53f380f613460a2a85a7ce3c1ce6b07f87db08bd0ec37e81a65d12e184c4e904/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6e676f736f66742f796969322d736f61702d636c69656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mongosoft/yii2-soap-client)

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

[](#installation)

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

Either run

```
composer require --prefer-dist mongosoft/yii2-soap-client "*"

```

or add

```
"mongosoft/yii2-soap-client": "*"
```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

You need to setup soap client application component:

```
'components' => [
    'siteApi' => [
        'class' => 'mongosoft\soapclient\Client',
        'url' => 'http://myservice.com/api/hello',
        'options' => [
            'cache_wsdl' => WSDL_CACHE_NONE,
        ],
    ]
    ...
]
```

or define the client directly in the code:

```
$client = new \mongosoft\soapclient\Client([
    'url' => 'http://myservice.com/api/hello',
]);
```

Example of calling the SOAP function:

```
$client = Yii::$app->siteApi;
echo $client->getHello('Alex');
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

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

4115d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4974062?v=4)[Alexander Mohorev](/maintainers/mohorev)[@mohorev](https://github.com/mohorev)

---

Top Contributors

[![mohorev](https://avatars.githubusercontent.com/u/4974062?v=4)](https://github.com/mohorev "mohorev (2 commits)")

---

Tags

soapyii2extensionconsumer

### Embed Badge

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

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

###  Alternatives

[conquer/services

Yii2 soap wsdl web services

1632.5k](/packages/conquer-services)[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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