PHPackages                             aleplusplus/soapclient-curl-php - 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. aleplusplus/soapclient-curl-php

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

aleplusplus/soapclient-curl-php
===============================

Soap Client using Curl

v1.0.1(9y ago)54.4k1[1 issues](https://github.com/aleplusplus/soapclient-curl-php/issues)MITPHPPHP &gt;=5.4.0

Since Apr 2Pushed 5y ago2 watchersCompare

[ Source](https://github.com/aleplusplus/soapclient-curl-php)[ Packagist](https://packagist.org/packages/aleplusplus/soapclient-curl-php)[ RSS](/packages/aleplusplus-soapclient-curl-php/feed)WikiDiscussions master Synced today

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

SOAP client using Curl
======================

[](#soap-client-using-curl)

[![Packagist](https://camo.githubusercontent.com/303341680cc1fdae8ac8a90e16cf572481a649e064eaa94566de3fe7efd051d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c65706c7573706c75732f736f6170636c69656e742d6375726c2d7068702e7376673f7374796c653d666c6174)](https://packagist.org/packages/aleplusplus/soapclient-curl-php)[![Downloads](https://camo.githubusercontent.com/e964db2f73441899ff490444c77680acbd3e39650d7b655c81e23c81f664e736/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f616c65706c7573706c75732f736f6170636c69656e742d6375726c2d7068702e7376673f7374796c653d666c6174)](https://packagist.org/packages/aleplusplus/soapclient-curl-php)[![Build Status](https://camo.githubusercontent.com/3ce19386fccb6bc862df47fe1ec03b767222955ab39299f2964f7e750c5caac5/68747470733a2f2f7472617669732d63692e6f72672f616c65706c7573706c75732f736f6170636c69656e742d6375726c2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aleplusplus/soapclient-curl-php)

Install:
--------

[](#install)

Via composer:

```
$ composer require aleplusplus/soapclient-curl-php

```

Example:
--------

[](#example)

Using the `SoapClientCurl\SoapClientRequest` in SOAP Server of SRI:

```
use SoapClientCurl\SoapClientRequest;

// Url Soap Server Example
$url = '';

$body = '';

$headers = array('Content-Type: text/xml; charset=utf-8', 'Content-Length: '.strlen($body));

$result = SoapClientRequest::send($url, $headers, $body);

print_r($result);
```

For more detail see [test](https://github.com/aleplusplus/soapclient-curl-php/blob/master/tests/SoapClientRequestTest.php).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

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

Total

2

Last Release

3554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8783c5c8c74074bc833698466f17c4a661c1e3de362c8e85037a633fd701cb94?d=identicon)[aleplusplus](/maintainers/aleplusplus)

---

Top Contributors

[![aleplusplus](https://avatars.githubusercontent.com/u/6319838?v=4)](https://github.com/aleplusplus "aleplusplus (21 commits)")

---

Tags

clientcurlsoapsrinon-wsdl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aleplusplus-soapclient-curl-php/health.svg)

```
[![Health](https://phpackages.com/badges/aleplusplus-soapclient-curl-php/health.svg)](https://phpackages.com/packages/aleplusplus-soapclient-curl-php)
```

###  Alternatives

[mashape/unirest-php

Unirest PHP

1.3k10.1M163](/packages/mashape-unirest-php)[smi2/phpclickhouse

PHP ClickHouse Client

84711.6M81](/packages/smi2-phpclickhouse)[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

44512.5M57](/packages/eightpoints-guzzle-bundle)[econea/nusoap

Fixed NuSOAP for PHP 5.6 - 8.5

3395.8M28](/packages/econea-nusoap)[tcdent/php-restclient

A generic REST API client for PHP

3533.1M29](/packages/tcdent-php-restclient)[swlib/saber

Swoole coroutine HTTP client

982149.8k30](/packages/swlib-saber)

PHPackages © 2026

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