PHPackages                             conquer/services - 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. conquer/services

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

conquer/services
================

Yii2 soap wsdl web services

1.4.1(7y ago)1632.5k↓39.4%6[1 issues](https://github.com/borodulin/yii2-services/issues)BSD-3-ClausePHPPHP &gt;=5.6.0

Since Apr 13Pushed 7y ago6 watchersCompare

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

READMEChangelog (6)Dependencies (8)Versions (8)Used By (0)

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

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

[![Build Status](https://camo.githubusercontent.com/d26bb8a7a3840e55614091d032ace828f1cfd083ad9edc641c7c0a4686c63169/68747470733a2f2f7472617669732d63692e6f72672f626f726f64756c696e2f796969322d73657276696365732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/borodulin/yii2-services)

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

[](#description)

WebService encapsulates SoapServer and provides a WSDL-based web service.

Adaptation of Yii1 Web Services

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

[](#installation)

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

To install, either run

```
$ php composer.phar require conquer/services "*"

```

or add

```
"conquer/services": "*"

```

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
{
    /**
     * @var string
     * @soap
     */
    public $name;
}
```

License
-------

[](#license)

**conquer/services** is released under the BSD License. See the bundled `LICENSE.md` for details.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 94.6% 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 ~294 days

Recently: every ~345 days

Total

6

Last Release

2579d ago

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

1.4PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/67126642d0e8ae8837b3104dcd120f7992ed0837538a7d140914e17420eb17c2?d=identicon)[borodulin](/maintainers/borodulin)

---

Top Contributors

[![borodulin](https://avatars.githubusercontent.com/u/8121448?v=4)](https://github.com/borodulin "borodulin (35 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

### Embed Badge

![Health badge](/badges/conquer-services/health.svg)

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

###  Alternatives

[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)
