PHPackages                             kigkonsult/dsigsdk - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kigkonsult/dsigsdk

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kigkonsult/dsigsdk
==================

XML Digital Signature recomendation dsig sdk

v1.4.8(3y ago)26311LGPL-3.0-or-laterPHPPHP &gt;=8.0

Since May 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/iCalcreator/dsigsdk)[ Packagist](https://packagist.org/packages/kigkonsult/dsigsdk)[ Docs](https://kigkonsult.se)[ Fund](https://paypal.me/kigkonsult)[ Fund](https://www.buymeacoffee.com/kigkonsult)[ RSS](/packages/kigkonsult-dsigsdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (11)Versions (12)Used By (1)

DsigSdk
-------

[](#dsigsdk)

- PHP SDK of XML Digital Signature recommendation
- based on the [XSD](https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd) schema

and provide

- class dto's for all element(type)s in [XSD](https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd)
- parse of XML into a dto structure
- write of a dto structure to XML string / DomNode
- logic support

For usage, please reiew [docs/Usage.md](docs/Usage.md).

#### Installation

[](#installation)

###### [Composer](https://getcomposer.org/)

[](#composer)

From the Command Line:

```
composer require kigkonsult/dsigsdk
```

In your `composer.json`:

```
{
    "require": {
        "kigkonsult/dsigsdk": "dev-master"
    }
}
```

Version 1.4.8 supports PHP 8.0, 1.2 7.4, 1.0 7.0.

Acquire access

```
namespace Kigkonsult\DsigSdk;
...
include 'vendor/autoload.php';
```

###### Or

[](#or)

Download and acquire..

```
namepace Kigkonsult\DsigSdk;
...
include 'pathToSource/DsigSdk/autoload.php';
```

#### Support

[](#support)

For support, please use [Github](https://github.com/iCalcreator/dsigsdk/issues)/issues.

#### License

[](#license)

This project is licensed under the LGPLv3 License

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

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

Recently: every ~145 days

Total

11

Last Release

1229d ago

Major Versions

v0.9.81 → v1.02021-05-26

PHP version history (4 changes)v0.9.71PHP ^5.6 || ^7.0

v1.0PHP ^7.0

v1.2PHP &lt;=7.4

v1.4PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/880bc63234680337791ded78ebb9a07cbe59101a67e4bf0184ef4a6d5a32e6e2?d=identicon)[kigsf](/maintainers/kigsf)

---

Top Contributors

[![iCalcreator](https://avatars.githubusercontent.com/u/991251?v=4)](https://github.com/iCalcreator "iCalcreator (12 commits)")

---

Tags

sdkxmlsignaturebase64encryptdecrypthashopensslcipherhexAlgorithmdigesthmacdigitalrecomendationdsig

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kigkonsult-dsigsdk/health.svg)

```
[![Health](https://phpackages.com/badges/kigkonsult-dsigsdk/health.svg)](https://phpackages.com/packages/kigkonsult-dsigsdk)
```

###  Alternatives

[veewee/xml

XML without worries

1835.9M29](/packages/veewee-xml)[poly-crypto/poly-crypto

High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+

127.8k1](/packages/poly-crypto-poly-crypto)[ionux/phactor

Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate &amp; verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.

5275.0k30](/packages/ionux-phactor)[miladrahimi/phpcrypt

Encryption, decryption, and hashing tools for PHP projects

3171.5k2](/packages/miladrahimi-phpcrypt)[mediamonks/doctrine-extensions

Doctrine2 behavioral extensions which allows to transform (encrypt, decrypt, hash) your data automatically

14280.9k](/packages/mediamonks-doctrine-extensions)[marcelxyz/php-xml-digital-signature

A PHP library for signing XML documents using digital signatures

7252.9k](/packages/marcelxyz-php-xml-digital-signature)

PHPackages © 2026

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