Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionux/php-asn1-library
PHP library for the encoding and decoding of ASN.1 DER encoded data and identification of ASN.1 Object Identifiers.
https://github.com/ionux/php-asn1-library
Last synced: 6 days ago
JSON representation
PHP library for the encoding and decoding of ASN.1 DER encoded data and identification of ASN.1 Object Identifiers.
- Host: GitHub
- URL: https://github.com/ionux/php-asn1-library
- Owner: ionux
- License: mit
- Created: 2014-10-01T18:26:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T00:56:12.000Z (10 months ago)
- Last Synced: 2024-06-06T12:25:53.986Z (7 months ago)
- Language: PHP
- Homepage: https://github.com/ionux/php-asn1-library
- Size: 142 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHP ASN.1 Encode/decode Utility Library
================
(c) 2014-2024, Rich MorganThis 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.