kigkonsult/dsigsdk

XML Digital Signature recomendation dsig sdk

v1.4.8 2022-12-27 16:14 UTC

This package is auto-updated.

Last update: 2024-04-27 18:48:46 UTC


README

  • PHP SDK of XML Digital Signature recommendation
  • based on the XSD schema

and provide

  • class dto's for all element(type)s in 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.

Installation

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

Download and acquire..

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

Support

For support, please use Github/issues.

License

This project is licensed under the LGPLv3 License