fgrosse/phpasn1
Abandoned by its maintainers. A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.
v2.5.0
37M downloads/mo
#1141 most downloaded on Packagist
fgrosse/PHPASN1
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.9 years
Most releases are documented
notes for 17 of 25 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
25 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
25 releases · Feb 2015 to Dec 2022Releases
latest 25-
v2.5.019 Dec 2022 -
v2.4.011 Dec 2021 -
v2.3.109 Dec 2021 -
v2.3.024 Apr 2021 -
v2.2.011 Oct 2020Release notes
Open source →- support polyfills for bcmath and gmp, and add a composer.json
suggestion for the
phpseclib/bcmath_polyfillfor servers unable to install PHP the gmp or bcmath extensions.
- support polyfills for bcmath and gmp, and add a composer.json
suggestion for the
-
v2.1.102 Dec 2018Release notes
Open source →- add stricter validation around some structures, highlighed by wycheproof test suite
-
2.1.031 Mar 2018 -
v2.0.202 Dec 2018 -
2.0.117 Dec 2017Release notes
Open source →- add .gitattributes file to prevent examples and tests to be installed via composer when --prefer-dist was set
-
2.0.017 Sep 2017Release notes
Open source →- rename
FG\ASN1\ObjecttoFG\ASN1\ASNObjectbecauseObjectis a special class name in the next major PHP release- when you upgrade you have to adapt all corresponding
useandextendsstatements as well as type hints and all usages ofObject::fromBinary(…).
- when you upgrade you have to adapt all corresponding
- generally drop PHP 5.6 support
- rename
-
v1.5.402 Dec 2018 -
1.5.317 Dec 2017Nothing published for this version
-
1.5.229 Oct 2016 -
1.5.102 Oct 2015Release notes
Open source →- add keywords to composer.json (this is a version on its own so the keywords are found on a stable version at packagist.org)
-
1.5.030 Sep 2015Release notes
Open source →- fix a bug that would prevent you from decoding context specific tags on multiple objects #57
ExplicitlyTaggedObject::__constructdoes now accept multiple objects to be tagged with a single tagExplicitlyTaggedObject::getContentwill now always return an array (even if only one object is tagged)
- fix a bug that would prevent you from decoding context specific tags on multiple objects #57
-
1.4.229 Sep 2015 -
1.4.115 Sep 2015Release notes
Open source →- improve exception messages and general error handling [#55](https ://github.com/fgrosse/PHPASN1/pull/55)
-
1.4.017 Aug 2015Release notes
Open source →- require PHP 5.6
- support big integers (closes #1 and #37)
- enforce one code style via [styleci.io][9]
- track code coverage via [coveralls.io][10]
- replace obsolete
FG\ASN1\Exception\GeneralExceptionwith\Exception Construct(Sequence,Set) does now implementArrayAccess,CountableandIteratorso its easier to use- add [
TemplateParser][11]
-
1.3.215 Jul 2015Nothing published for this version
-
1.3.128 Apr 2015Nothing published for this version
-
1.3.028 Apr 2015Nothing published for this version
-
1.2.005 Apr 2015Nothing published for this version
-
1.1.014 Feb 2015Nothing published for this version
-
1.0.003 Feb 2015Nothing published for this version
-
0.9.003 Feb 2015Nothing published for this version