amplitude / experiment-php-server

Amplitude Experiment PHP Server SDK
MIT License
2 stars 4 forks source link

fix: Introduce Event::fromArray #25

Closed ruudk closed 1 week ago

ruudk commented 2 weeks ago

This makes it possible to reconstruct an Event from an array.

This is required when you want to track assignments asynchronously.

ruudk commented 2 weeks ago

@bgiori Please approve the workflow.

tyiuhc commented 1 week ago

@bgiori Please approve the workflow.

Many thanks for raising this issue! The workflow has been approved

tyiuhc commented 1 week ago

@ruudk Many thanks for your input and comments on this issue. Event::fromArray is now available in v1.1.0

ruudk commented 1 week ago

Thanks!