PHPackages                             setasign/setapdf-signer-addon-global-sign-qss - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. setasign/setapdf-signer-addon-global-sign-qss

AbandonedArchivedLibrary[PDF &amp; Document Generation](/categories/documents)

setasign/setapdf-signer-addon-global-sign-qss
=============================================

A SetaPDF-Signer component signature module for the GlobalSign Qualified Signing Service.

v1.0.0(2y ago)11MITPHPPHP ^7.1 || ^8.0

Since Aug 21Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/Setasign/SetaPDF-Signer-Addon-GlobalSign-QSS)[ Packagist](https://packagist.org/packages/setasign/setapdf-signer-addon-global-sign-qss)[ RSS](/packages/setasign-setapdf-signer-addon-global-sign-qss/feed)WikiDiscussions main Synced 2d ago

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

‼️ GlobalSign has discontinued their Qualified Signing Service (QSS). RIP 🪦 This repo is archived. ‼️

SetaPDF-Signer component modules for the GlobalSign Qualified Signing Service.
==============================================================================

[](#setapdf-signer-component-modules-for-the-globalsign-qualified-signing-service)

This package offers modules for the [SetaPDF-Signer](https://www.setasign.com/signer) component that allow you to use the Qualified Signing Service by [GlobalSign](https://www.globalsign.com) to **digital sign and timestamp with qualified signatures PDF documents in pure PHP**.

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

[](#requirements)

To use this package you need credentials for the GlobalSign Qualified Signing Service which are:

1. Your private key
2. Client certificate for mTLS connection to the API
3. Your API key and password
4. [the QSS Mobile App](https://media.globalsign.com/how-to-use-qss-mobile-app)

This package is developed and tested on PHP &gt;= 7.1. 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.

### For PHP 7.1

[](#for-php-71)

```
    "require" : {
        "guzzlehttp/guzzle": "^6.5",
        "http-interop/http-factory-guzzle": "^1.0",
        "mjelamanov/psr18-guzzle": "^1.3"
    }

```

### For &gt;= PHP 7.2

[](#for--php-72)

```
    "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-global-sign-qss": "^1.0"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://www.setasign.com/downloads/"
        }
    ]
}
```

and execute `composer update`. You need to define the `repository` to evaluate 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

30

—

LowBetter than 62% of packages

Maintenance50

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

1048d ago

### 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 (8 commits)")[![MaximilianKresse](https://avatars.githubusercontent.com/u/545671?v=4)](https://github.com/MaximilianKresse "MaximilianKresse (4 commits)")

---

Tags

digital-signatureglobalsignpadespdfphpsetapdfsetapdf-signersignature

### Embed Badge

![Health badge](/badges/setasign-setapdf-signer-addon-global-sign-qss/health.svg)

```
[![Health](https://phpackages.com/badges/setasign-setapdf-signer-addon-global-sign-qss/health.svg)](https://phpackages.com/packages/setasign-setapdf-signer-addon-global-sign-qss)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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