PHPackages                             uhi67/yii2-soap-server - 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. uhi67/yii2-soap-server

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

uhi67/yii2-soap-server
======================

Yii2 soap wsdl web services

1.5(4y ago)075BSD-3-ClausePHPPHP &gt;=7.1

Since Apr 13Pushed 4y agoCompare

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

READMEChangelogDependencies (12)Versions (10)Used By (0)

SOAP Web Service for Yii2 framework
===================================

[](#soap-web-service-for-yii2-framework)

*Version 1.5*

Description
-----------

[](#description)

WebService encapsulates SoapServer and provides a WSDL-based web service. Adaptation of Yii1 Web Services

Based on work of Qiang Xue  and Andrey Borodulin

Change log is below

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

[](#installation)

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

To install, either run

```
$ php composer.phar require uhi67/yii2-soap-server "^1.5"

```

or add

```
"uhi67/yii2-soap-server": "^1.5"

```

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

Usage
-----

[](#usage)

```
namespace app\controllers;

class SiteController extends \yii\web\Controller
{
    public function actions()
    {
        return [
            'soap' => [
                'class' => 'conquer\services\WebServiceAction',
                'classMap' => [
                    'MyClass' => 'app\controllers\MyClass'
                ],
            ],
        ];
    }
    /**
     * @param \app\controllers\MyClass $myClass
     * @return string
     * @soap
     */
    public function soapTest($myClass)
    {
        return get_class($myClass);
    }
}

/**
* Class MyClass
 * @soap
 */
class MyClass
{
    /**
     * @var string
     * @soap
     */
    public $name;
}
```

Testing
-------

[](#testing)

1. Before testing, run once `composer install` from repository root.
2. Run `php tests/app/yii serve` if you're going to run acceptance tests.
3. Run `codecept run` from repository root.

License
-------

[](#license)

**uhi67/yii2-soap-server** is released under the BSD License. See the bundled `LICENSE.md` for details.

Change log
----------

[](#change-log)

### 1.5

[](#15)

- corrections for codeception functional testing and some test examples
- online API documentation with `?doc` query

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 74.5% 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 ~399 days

Recently: every ~575 days

Total

7

Last Release

1658d ago

PHP version history (3 changes)1.1PHP &gt;=5.4.0

1.4PHP &gt;=5.6.0

1.5PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ad1219ce8d5edfe285bbe8b2f13f3075f4b87311f42e5e227b31b1159418ea1?d=identicon)[uhi67](/maintainers/uhi67)

---

Top Contributors

[![borodulin](https://avatars.githubusercontent.com/u/8121448?v=4)](https://github.com/borodulin "borodulin (35 commits)")[![educ-auto](https://avatars.githubusercontent.com/u/208080521?v=4)](https://github.com/educ-auto "educ-auto (10 commits)")[![arturbauer](https://avatars.githubusercontent.com/u/30047744?v=4)](https://github.com/arturbauer "arturbauer (1 commits)")[![Charius](https://avatars.githubusercontent.com/u/9694675?v=4)](https://github.com/Charius "Charius (1 commits)")

---

Tags

soapyii2extensionserviceswsdl

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/uhi67-yii2-soap-server/health.svg)

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

###  Alternatives

[conquer/services

Yii2 soap wsdl web services

1632.5k](/packages/conquer-services)[mongosoft/yii2-soap-client

SOAP Client Extension for Yii 2

37404.9k](/packages/mongosoft-yii2-soap-client)[mongosoft/yii2-soap-server

SOAP Server Extension for Yii 2

25265.1k](/packages/mongosoft-yii2-soap-server)[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)
