(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
Import the OID class into your project.
Instantiate an OID object and call the checkOID() method with the hex value you're trying to identify.
This project is released under the MIT License (MIT). See the accompanying LICENSE file for the complete text.