Download the PHP package knik/x509 without Composer
On this page you can find all versions of the php package knik/x509. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor knik
Package x509
Short Description A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.
License MIT
Homepage https://github.com/sop/x509
Package x509
Short Description A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.
License MIT
Homepage https://github.com/sop/x509
Please rate this library. Is it a good library?
Informations about the package x509
X.509
A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.
Introduction
This library provides a pure PHP implementation of X.509 certificates. The class hierarchy adapts to the ASN.1 types, which makes it easy to use corresponding RFC's as a reference documentation.
Features
- X.509 certificates (RFC 5280)
- Certificate decoding and encoding
- Certificate signing
- Certification requests (PKCS #10)
- CSR decoding and encoding
- Certification path
- Path building
- Path validation
- Attribute certificates (RFC 5755)
- AC decoding and encoding
- AC signing
Requirements
- PHP >=7.0
- gmp
- sop/asn1
- sop/x501
- sop/crypto-types
- sop/crypto-bridge
- sop/crypto-encoding
Installation
This library is available on Packagist.
composer require knik/x509
Code examples
Examples are located in
/examples
directory.
License
This project is licensed under the MIT License.
All versions of x509 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-gmp Version *
sop/asn1 Version ^3.2.0
sop/x501 Version ^0.5.0
sop/crypto-types Version ^0.2.1
sop/crypto-bridge Version ^0.2.0
sop/crypto-encoding Version ^0.2.0
ext-gmp Version *
sop/asn1 Version ^3.2.0
sop/x501 Version ^0.5.0
sop/crypto-types Version ^0.2.1
sop/crypto-bridge Version ^0.2.0
sop/crypto-encoding Version ^0.2.0
The package knik/x509 contains the following files
Loading the files please wait ....