ionux/php-asn1-library

This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.

Maintainers

Package info

github.com/ionux/php-asn1-library

pkg:composer/ionux/php-asn1-library

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 0

dev-master 2025-01-07 19:56 UTC

This package is not auto-updated.

Last update: 2026-03-09 20:28:15 UTC


README

(c) 2014-2025, Rich Morgan

This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers. See: https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One

Installation

Import the OID class into your project.

Usage

Instantiate an OID object and call the checkOID() method with the hex value you're trying to identify.

License

This project is released under the MIT License (MIT). See the accompanying LICENSE file for the complete text.