cbor-php icon indicating copy to clipboard operation
cbor-php copied to clipboard

v4.0 timeline

Open mintbridge opened this issue 6 months ago • 1 comments

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

mintbridge avatar Jun 24 '25 12:06 mintbridge

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();

mintbridge avatar Jun 24 '25 12:06 mintbridge

Closing as 4.x is already released.

Spomky avatar Nov 07 '25 08:11 Spomky