PHPackages                             queencitycodefactory/cakesoap - 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. queencitycodefactory/cakesoap

ActiveCakephp-plugin[API Development](/categories/api)

queencitycodefactory/cakesoap
=============================

Soap plugin for CakePHP 3.x

3.4.0(4y ago)525.0k↓34.6%6[2 PRs](https://github.com/QueenCityCodeFactory/CakeSoap/pulls)MITPHPPHP &gt;=5.5.9

Since Aug 26Pushed 2y ago10 watchersCompare

[ Source](https://github.com/QueenCityCodeFactory/CakeSoap)[ Packagist](https://packagist.org/packages/queencitycodefactory/cakesoap)[ Docs](http://github.com/QueenCityCodeFactory/CakeSoap)[ RSS](/packages/queencitycodefactory-cakesoap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

CakeSoap
========

[](#cakesoap)

Requirements
------------

[](#requirements)

- CakePHP 3.1+

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require queencitycodefactory/cakesoap

```

You can also add `"queencitycodefactory/cakesoap" : "dev-master"` to `require` section in your application's `composer.json`. Use for latest updates.

\-- or --

You can also add `"queencitycodefactory/cakesoap" : "~3.3"` to `require` section in your application's `composer.json`. Stable Release.

Usage
-----

[](#usage)

Include the CakeSoap library files:

```
    use CakeSoap\Network\CakeSoap;
```

### Sample Request

[](#sample-request)

```
    $soap = new CakeSoap([
        'wsdl' => 'http://mydomain.com/api?wsdl',
        'userAgent' => 'MySoapClientAgent'
    ]);

    $response = $soap->sendRequest($action, [
        'SomeData' => [
            'SomeSubData' => 'item1',
            'SomeMoreSubData' => 'item2'
        ]
    ]);
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~342 days

Recently: every ~477 days

Total

8

Last Release

1518d ago

Major Versions

1.0 → 3.22016-03-26

PHP version history (2 changes)1.0PHP &gt;=5.4.16

3.2PHP &gt;=5.5.9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/840593?v=4)[Daren Sipes](/maintainers/darensipes)[@darensipes](https://github.com/darensipes)

![](https://www.gravatar.com/avatar/b7e68b41ed883ad7120b0190b7b30f12d868e6c2bfccd4c7ad7a673476a6b079?d=identicon)[jrble819](/maintainers/jrble819)

---

Top Contributors

[![darensipes](https://avatars.githubusercontent.com/u/840593?v=4)](https://github.com/darensipes "darensipes (15 commits)")[![jrble819](https://avatars.githubusercontent.com/u/755205?v=4)](https://github.com/jrble819 "jrble819 (3 commits)")[![RobertoTrapanese](https://avatars.githubusercontent.com/u/17784561?v=4)](https://github.com/RobertoTrapanese "RobertoTrapanese (1 commits)")

---

Tags

cakephpsoap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/queencitycodefactory-cakesoap/health.svg)

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

###  Alternatives

[laminas/laminas-soap

6221.8M37](/packages/laminas-laminas-soap)[friendsofcake/crud-json-api

Listener for building CakePHP Crud APIs following the JSON API specification.

58445.4k3](/packages/friendsofcake-crud-json-api)[bcrowe/cakephp-api-pagination

CakePHP 4 plugin that injects pagination information into API responses.

3953.5k1](/packages/bcrowe-cakephp-api-pagination)[gourmet/social-meta

Adds Facebook Open Graph and Twitter Cards support to CakePHP 3.x

255.1k](/packages/gourmet-social-meta)

PHPackages © 2026

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