Download the PHP package andreygrin/xades-tools without Composer
On this page you can find all versions of the php package andreygrin/xades-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andreygrin/xades-tools
More information about andreygrin/xades-tools
Files in andreygrin/xades-tools
Download andreygrin/xades-tools
More information about andreygrin/xades-tools
Files in andreygrin/xades-tools
Vendor andreygrin
Package xades-tools
Short Description Sign files, xml content and verify signatures using XAdES
License MIT
Package xades-tools
Short Description Sign files, xml content and verify signatures using XAdES
License MIT
Please rate this library. Is it a good library?
Informations about the package xades-tools
Updated version, includes IssuerSerial information with cert serial number and issuer details.
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 andreygrin/xades-tools contains the following files
Loading the files please wait ....