Download the PHP package cymapgt/asn1 without Composer
On this page you can find all versions of the php package cymapgt/asn1. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
cymapgt/asn1
Rate from 1 - 5
Rated 3.00 based on 1 reviews
Rated 3.00 based on 1 reviews
Informations about the package asn1
FreeDSx ASN1

FreeDSx ASN1 is a PHP library for dealing with ASN.1 data structures. Its original focus was on ASN.1 BER encoding used in LDAP as part of the FreeDSx LDAP library. It was moved to its own library to allow for additional encoders and reuse in other projects.
Getting Started
Install via composer:
Encoding
To encode an ASN.1 structure you can use the helper methods of the Asn1 class and an encoder:
Decoding
To decode an ASN.1 structure you can get an encoder and call decode then parse it out:
All versions of asn1 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package cymapgt/asn1 contains the following files
Loading the files please wait ....