cbor-php
cbor-php copied to clipboard
v4.0 timeline
Hi,
I noticed #77 and have been trying out the encoder locally with https://github.com/web-auth/webauthn-lib to help test Passkey assertions, so wondering if there is a timeline for rollout? And is there anything i can do to help?
Paul
I did notice there is no static create() method, so usage is a bit different to the decoder, not sure if that was intentional?
$encoder = new Encoder();
$encoded = $encoder->encode();
vs
$decoded = Decoder::create()->decode();
Closing as 4.x is already released.