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

ActiveCakephp-plugin

mbamarante/cakesoap
===================

Soap plugin for CakePHP 4.x

4.0.0(5y ago)0334MITPHPPHP &gt;=7.2.0

Since Aug 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mbamarante/CakeSoap)[ Packagist](https://packagist.org/packages/mbamarante/cakesoap)[ Docs](http://github.com/mbamarante/CakeSoap)[ RSS](/packages/mbamarante-cakesoap/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

CakeSoap
========

[](#cakesoap)

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

[](#requirements)

- CakePHP 4.x

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 mbamarante/cakesoap

```

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

\-- or --

You can also add `"mbamarante/cakesoap" : "~3.2"` 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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 52.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 ~972 days

Total

3

Last Release

1965d ago

Major Versions

1.0 → 3.22016-03-26

3.2 → 4.0.02020-12-22

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

3.2PHP &gt;=5.5.9

4.0.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/92f4b245f383cdb65063ab8bfa8948b9060959adb2f0022623ebb40c3b3b0a98?d=identicon)[maicon.amarante](/maintainers/maicon.amarante)

---

Top Contributors

[![mbamarante](https://avatars.githubusercontent.com/u/409833?v=4)](https://github.com/mbamarante "mbamarante (10 commits)")[![darensipes](https://avatars.githubusercontent.com/u/840593?v=4)](https://github.com/darensipes "darensipes (6 commits)")[![jrble819](https://avatars.githubusercontent.com/u/755205?v=4)](https://github.com/jrble819 "jrble819 (3 commits)")

---

Tags

cakephpsoap

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/bake

Bake plugin for CakePHP

11211.2M157](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M26](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)[cakephp/queue

Queue plugin for CakePHP

36257.9k12](/packages/cakephp-queue)

PHPackages © 2026

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