goodid / goodid-phpasn1-php55
A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules. Mirrored from fgrosse/phpasn1
Installs: 5 297
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- ext-gmp: *
Requires (Dev)
- phpunit/phpunit: ~4.5
- satooshi/php-coveralls: dev-master
Suggests
- php-curl: For loading OID information from the web if they have not bee defined statically
This package is not auto-updated.
Last update: 2024-11-15 21:02:59 UTC
README
This is a mirrored repository from fgrosse/phpasn1 compat/php5-5 branch to be able to maintain PHP5.5 compatible version.
If you are interested in the original version you can find that here : https://github.com/fgrosse/PHPASN1