PHPackages                             inteleon/soap-client - 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. inteleon/soap-client

ActiveLibrary[API Development](/categories/api)

inteleon/soap-client
====================

Inteleon Soap Client

v1.0.3(11y ago)425.6k↓33.3%3MITPHPPHP &gt;=5.3.0

Since Aug 7Pushed 11y ago17 watchersCompare

[ Source](https://github.com/inteleon/soap-client)[ Packagist](https://packagist.org/packages/inteleon/soap-client)[ RSS](/packages/inteleon-soap-client/feed)WikiDiscussions master Synced today

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

Inteleon Soap Client
====================

[](#inteleon-soap-client)

Extends the native PHP Soap Client with some more options. The class uses cURL to make the requests.

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

[](#installation)

Run: `composer require inteleon/soap-client`

How to use
----------

[](#how-to-use)

The usage is the same as the native [SoapClient class](http://php.net/manual/en/class.soapclient.php).

Options
-------

[](#options)

### Timeouts (milliseconds)

[](#timeouts-milliseconds)

```
$client->setTimeout(30000); //The maximum number of milliseconds to execute.
$client->setConnectTimeout(30000); //The number of milliseconds to wait while trying to connect.
```

### Connect attempts

[](#connect-attempts)

```
$client->setConnectAttempts(2); //Number of connect attempts if connection fails
```

### Verify SSL certificate

[](#verify-ssl-certificate)

```
$client->setVerifyCertificate(true); //Verify the SSL certificate. WARNING: Turning off CURLOPT_SSL_VERIFYPEER allows man in the middle (MITM) attacks, which you don't want!
```

### HTTP user agent

[](#http-user-agent)

```
$client->setUserAgent('Foo');
```

### Custom cURL option

[](#custom-curl-option)

```
$client->setCurlOption(CURLOPT_XXX, ''); //See http://php.net/manual/en/function.curl-setopt.php
```

Todo
----

[](#todo)

- Ability to set timeouts/options on the WSDL fetching. As the native SoapClient seems to do this in the constructor it is hard to overwrite it.
- More and better tests

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~59 days

Total

4

Last Release

4168d ago

### Community

Maintainers

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

---

Top Contributors

[![andtyl](https://avatars.githubusercontent.com/u/4342175?v=4)](https://github.com/andtyl "andtyl (18 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inteleon-soap-client/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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