PHPackages                             ghindows/php-signed-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ghindows/php-signed-soap-client

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

ghindows/php-signed-soap-client
===============================

PHP SoapClient with SOAP Message Security

1.0.0(7y ago)03.3k↓66.7%1MITPHP

Since Aug 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ghindows/php-signed-soap-client)[ Packagist](https://packagist.org/packages/ghindows/php-signed-soap-client)[ Docs](https://github.com/ghindows/soap-client-bundle)[ RSS](/packages/ghindows-php-signed-soap-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PHP SoapClient with SOAP Message Security
=========================================

[](#php-soapclient-with-soap-message-security)

SoapClient extensions which adds ability to sign messages and open HTTPS connections

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

[](#requirements)

- PHP compiled with SOAP support
- [xmllint](http://xmlsoft.org/xmllint.html) utility (ubuntu/debian has it in libxml2-utils package)

Usage
-----

[](#usage)

This class supports [SOAP Message Security](http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf) standard.

You should set certificate (in PFX or PKCS7 format) while initializng class. Other HTTP options, identical to [HTTPRequest](http://php.net/HTTPRequest) class request options are accepted too:

```
$client = new SignedSoapClient(
        'https://example.com?wsdl',
        array(
                'ssl' => array(
                        'cert' => '/file',
                        'certpasswd' => 'password'
                        )
                )
);
```

Class signes SOAP-ENV:Body part of the message by default, this behaviour can be changed in `buildSignedInfo` method.

Create a public/private key pair using OpenSSL
----------------------------------------------

[](#create-a-publicprivate-key-pair-using-openssl)

- The basics command line steps to generate a private and public key using OpenSSL are as follows:

    ```
    openssl genrsa -out privatekey.pem 1024
    openssl req -new -x509 -key privatekey.pem -out publickey.cer -days 1825
    openssl pkcs12 -export -out public_privatekey.pfx -inkey privatekey.pem -in publickey.cer
    ```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

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

Unknown

Total

1

Last Release

2827d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e341e15c125dad2279bc851d45a9b716952d5926613ffe617a50fe023e6f674?d=identicon)[ghindows](/maintainers/ghindows)

---

Top Contributors

[![bulgac](https://avatars.githubusercontent.com/u/3626193?v=4)](https://github.com/bulgac "bulgac (2 commits)")

---

Tags

phpclientoauthsslsoapkey pair

### Embed Badge

![Health badge](/badges/ghindows-php-signed-soap-client/health.svg)

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

###  Alternatives

[andalisolutions/oauth2-anaf

Anaf OAuth 2.0 support for the PHP League's OAuth 2.0 Client

194.1k](/packages/andalisolutions-oauth2-anaf)

PHPackages © 2026

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