PHPackages                             setasign/setapdf-signer-addon-swisscom-mab\_etsi-rdsc - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. setasign/setapdf-signer-addon-swisscom-mab\_etsi-rdsc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

setasign/setapdf-signer-addon-swisscom-mab\_etsi-rdsc
=====================================================

A signature module for the SetaPDF-Signer component wrapping the Swisscom MAB + ETSI RDSC webservice.

04481PHP

Since Feb 26Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/Setasign/SetaPDF-Signer-Addon-Swisscom_MAB_ETSI-RDSC)[ Packagist](https://packagist.org/packages/setasign/setapdf-signer-addon-swisscom-mab_etsi-rdsc)[ RSS](/packages/setasign-setapdf-signer-addon-swisscom-mab-etsi-rdsc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Swisscom MAB + ETSI RDSC add-on for the SetaPDF-Signer component
================================================================

[](#swisscom-mab--etsi-rdsc-add-on-for-the-setapdf-signer-component)

This add-on offers an individual signature module and helper functionalities for the [SetaPDF-Signer Component](https://www.setasign.com/signer) that allows you to use the [Swisscom MAB (multi authentication broker) and ETSI RDSC Service](https://trustservices.swisscom.com/signing-service/)to digital **sign PDF documents in pure PHP**.

Currently, the implementation mainly adds some helpers to make the communication with the Swisscom API easier. Only PAR requests are demonstrated and implemented yet.

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

[](#requirements)

To use this add-on you need credentials for the Swisscom MAB + ETSI RDSC webservice - also known as Smart Registration &amp; Signing Service with Multiple Authentication Broker.

This add-on is developed and tested on PHP &gt;= 8.0. Requirements of the [SetaPDF-Signer](https://www.setasign.com/signer)component can be found [here](https://manuals.setasign.com/setapdf-signer-manual/getting-started/#index-1).

We're using [PSR-17 (HTTP Factories)](https://www.php-fig.org/psr/psr-17/) and [PSR-18 (HTTP Client)](https://www.php-fig.org/psr/psr-18/)for the requests. So you'll need an implementation of these. We recommend using Guzzle. Note: Your implementation must support client-side certificates.

```
    "require" : {
        "guzzlehttp/guzzle": "^7.0",
        "http-interop/http-factory-guzzle": "^1.0"
    }

```

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

[](#installation)

Add following to your composer.json:

```
{
    "require": {
        "setasign/setapdf-signer-addon-swisscom-mab_etsi-rdsc": "dev-main"
    },

    "repositories": [
        {
            "type": "composer",
            "url": "https://www.setasign.com/downloads/"
        }
    ]
}
```

and execute `composer update`. You need to define the `repository` to resolve the dependency to the [SetaPDF-Signer](https://www.setasign.com/signer) component (see [here](https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md) for more details).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance56

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/78b46f7020bdcd25e761812659988691e50aba9a25b2a48ea33f6137f2fc2536?d=identicon)[Setasign](/maintainers/Setasign)

---

Top Contributors

[![JanSlabon](https://avatars.githubusercontent.com/u/12390057?v=4)](https://github.com/JanSlabon "JanSlabon (3 commits)")[![MaximilianKresse](https://avatars.githubusercontent.com/u/545671?v=4)](https://github.com/MaximilianKresse "MaximilianKresse (3 commits)")

### Embed Badge

![Health badge](/badges/setasign-setapdf-signer-addon-swisscom-mab-etsi-rdsc/health.svg)

```
[![Health](https://phpackages.com/badges/setasign-setapdf-signer-addon-swisscom-mab-etsi-rdsc/health.svg)](https://phpackages.com/packages/setasign-setapdf-signer-addon-swisscom-mab-etsi-rdsc)
```

###  Alternatives

[amwhalen/noaa

Client library for NOAA's forecast and current weather services

301.5k](/packages/amwhalen-noaa)

PHPackages © 2026

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