Download the PHP package markuspaks/xades-tools without Composer
On this page you can find all versions of the php package markuspaks/xades-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download markuspaks/xades-tools
More information about markuspaks/xades-tools
Files in markuspaks/xades-tools
Download markuspaks/xades-tools
More information about markuspaks/xades-tools
Files in markuspaks/xades-tools
Vendor markuspaks
Package xades-tools
Short Description Sign files and verify signatures using XAdES
License MIT
Package xades-tools
Short Description Sign files and verify signatures using XAdES
License MIT
Please rate this library. Is it a good library?
Informations about the package xades-tools
API:
Signing
Verification, content extraction
COMMAND LINE USAGE:
Signing file
Where:
file
- path to file we want to sign. Signature will be created in the same folder, with .XAdES extensioncert
- certificate in PKCS#12 format (.p12) - with private keypass
- password for p12 fileembed
- if true, signature will embed given fileload-content
- loads file content into variable and signs it as embedded object
Results in file.XAdES
located in the same directory as given file
Verification
Where:
file
is path to .XAdES fileverbose
if true print additional info about sign time andload-content
- loads file content into variable and verifies it as embedded object (can not rely on files on disk)
Verifies content in given XAdES file, prints OK
if everything passes, error message otherwise.
Extracting file from XAdES files
Where:
file
is path to .XAdES file with embedded objectoutput
path for output file
All versions of xades-tools with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-dom Version *
ext-openssl Version *
ext-json Version *
krowinski/bcmath-extended Version ^6.0
symfony/uid Version >=5.4
ext-dom Version *
ext-openssl Version *
ext-json Version *
krowinski/bcmath-extended Version ^6.0
symfony/uid Version >=5.4
The package markuspaks/xades-tools contains the following files
Loading the files please wait ....