Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/public_html/wp-content/plugins/mycryptocheckout/vendor/fgrosse/phpasn1/ |
Upload File : |
{ "name": "fgrosse/phpasn1", "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", "type": "library", "homepage": "https://github.com/FGrosse/PHPASN1", "license": "MIT", "authors": [ { "name": "Friedrich Große", "email": "friedrich.grosse@gmail.com", "homepage": "https://github.com/FGrosse", "role": "Author" }, { "name": "All contributors", "homepage": "https://github.com/FGrosse/PHPASN1/contributors" } ], "keywords": [ "x690", "x.690", "x.509", "x509", "asn1", "asn.1", "ber", "der", "binary", "encoding", "decoding" ], "require": { "php": ">=5.6.0", "ext-gmp": "*" }, "require-dev": { "phpunit/phpunit": "~4.5", "php-coveralls/php-coveralls": "^1.0|^2.0" }, "suggest": { "php-curl": "For loading OID information from the web if they have not bee defined statically" }, "autoload": { "psr-4": { "FG\\": "lib/" } }, "autoload-dev": { "psr-4": { "FG\\Test\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "1.5.x-dev" } } }