PHPackages                             andreaval/bubble-soap - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. andreaval/bubble-soap

ActiveLibrary[HTTP &amp; Networking](/categories/http)

andreaval/bubble-soap
=====================

PHP Soap Client. Extends the SoapClient class adding new methods

1.0.5(10y ago)9552MITPHPPHP &gt;=5.0.1

Since Jun 15Pushed 8y ago3 watchersCompare

[ Source](https://github.com/andreaval/Bubble-SOAP)[ Packagist](https://packagist.org/packages/andreaval/bubble-soap)[ Docs](https://github.com/andreaval/Bubble-SOAP)[ RSS](/packages/andreaval-bubble-soap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Bubble-SOAP
===========

[](#bubble-soap)

BubbleSOAP extends the PHP5 SoapClient class adding the following methods:

```
/**
 * Enables or disables tracing of request.
 * @param boolean $state (This defaults to TRUE)
 */
public function __enableTrace($state=TRUE)

/**
 * The array of SOAP function prototypes, detailing only the function name
 * @return array Ordered array of functions names
 */
public function __getFunctionsNames()

/**
 * Gets the parameters of the specified function
 * @param string $method Function name
 * @return array Array of function parameters
 */
public function __getParams($method)

/**
 * Gets the return type of the specified function
 * @param string $method Function name
 * @return array Array of function parameters
 */
public function __getReturn($method)

/**
 * Gets the format of the data type specified
 * @param string $name Name of data type
 * @return mixed array (struct), empty string (null value), int, date
 */
public function __getType($name)

/**
 * Returns WSDL address
 * @return string
 */
public function __getWsdlUrl()

/**
 * Sets quickly SOAP header for subsequent calls
 * @param string $name Header tag name
 * @param string $content Header tag content
 * @param int $type The encoding ID, one of the XSD_... constants.
 */
public function __setHeader($name,$content,$type=XSD_ANYXML)
```

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

[](#requirements)

- PHP &gt;= 5.0.1
- PHP compiled with SOAP support

Using
-----

[](#using)

```
//constructor
$client = new BubbleSOAP('http://example.com/service.asmx?wsdl');
//enabled trace
$client->__enableTrace();
//print params
$params = $client->__getParams('methodName');
foreach($params as $param){
    echo $param.' - type:'.$client->__getType($param).'';
}
//print return
echo $client->__getReturn('methodName');
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

3990d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/630c276ead73b812e8cbceca43186618acddc574ecbef83f1a24ecb1f978eeb3?d=identicon)[andreaval](/maintainers/andreaval)

---

Top Contributors

[![andreaval](https://avatars.githubusercontent.com/u/1799561?v=4)](https://github.com/andreaval "andreaval (19 commits)")

---

Tags

phpsoapwsdl

### Embed Badge

![Health badge](/badges/andreaval-bubble-soap/health.svg)

```
[![Health](https://phpackages.com/badges/andreaval-bubble-soap/health.svg)](https://phpackages.com/packages/andreaval-bubble-soap)
```

###  Alternatives

[econea/nusoap

Fixed NuSOAP for PHP 5.6 - 8.5

3315.5M26](/packages/econea-nusoap)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[wsdltophp/wssecurity

Allows to easily add Ws Security header to a SOAP Request

42837.2k8](/packages/wsdltophp-wssecurity)[clue/soap-react

Simple, async SOAP webservice client library, built on top of ReactPHP

64118.0k2](/packages/clue-soap-react)[piotrooo/wsdl-creator

PHP WSDL creator using PHPdoc (annotations, reflections).

84158.3k2](/packages/piotrooo-wsdl-creator)[sebudesign/php-ntlm-soap

Composer based package of https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/

1170.3k](/packages/sebudesign-php-ntlm-soap)

PHPackages © 2026

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